Fixed tests

This commit is contained in:
Anuken
2025-05-04 23:32:32 -04:00
parent fff8f20745
commit 4cc40ca1ac
5 changed files with 8 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ public class CrashHandler{
//don't create crash logs for custom builds, as it's expected
if(OS.username.equals("anuke") && !"steam".equals(Version.modifier)){
// System.exit(1);
System.exit(1);
}
//attempt to load version regardless