RTS unit control improvements/fixes

This commit is contained in:
Anuken
2022-05-08 12:45:48 -04:00
parent 61b01892e7
commit d28a839f55
7 changed files with 61 additions and 22 deletions

View File

@@ -58,7 +58,7 @@ public class CrashSender{
}catch(Throwable ignored){}
//don't create crash logs for custom builds, as it's expected
if(Version.build == -1 || (OS.username.equals("anuke") && !"steam".equals(Version.modifier))){
if(OS.username.equals("anuke") && !"steam".equals(Version.modifier)){
ret();
}