Archiviert
13
0

Remove debug stacktrace

Dieser Commit ist enthalten in:
Dan Mulloy 2015-05-22 14:38:27 -04:00
Ursprung 99dea686a9
Commit e0d4110cd2

Datei anzeigen

@ -2035,7 +2035,7 @@ public class MinecraftReflection {
success = getMinecraftClass(alias);
break;
} catch (RuntimeException e1) {
e1.printStackTrace(); // TODO DEBUG
// e1.printStackTrace();
}
}