mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-11-11 03:31:19 +03:00
Minor fix
This commit is contained in:
parent
3fcf3cbf93
commit
46ab6d3476
@ -19,7 +19,7 @@ public class CrashHandler{
|
||||
|
||||
//don't create crash logs for me (anuke), as it's expected
|
||||
//also don't create logs for custom builds
|
||||
//if(System.getProperty("user.name").equals("anuke") || Version.build == -1) return;
|
||||
if(System.getProperty("user.name").equals("anuke") || Version.build == -1) return;
|
||||
|
||||
boolean netActive = false, netServer = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user