Drill visual fix

This commit is contained in:
Anuken
2021-07-15 09:13:51 -04:00
parent 103f24d41d
commit ae15d838f0
2 changed files with 3 additions and 3 deletions

View File

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