Fixed multiblocks not drawing

This commit is contained in:
Anuken
2019-05-09 18:10:12 -04:00
parent 9f4a430412
commit 69575dbab3
12 changed files with 6 additions and 38 deletions

View File

@@ -26,7 +26,6 @@ public class CrashSender{
exception.printStackTrace();
//don't create crash logs for me (anuke) or custom builds, as it's expected
//TODO maybe custom builds such as bleeding edge in certain cases
if(System.getProperty("user.name").equals("anuke") || Version.build == -1) return;
//attempt to load version regardless