Took Moesh trolling to the next level

This commit is contained in:
CrushedPixel
2015-06-09 23:05:31 +02:00
parent 0a1680e891
commit 492f94c19f

View File

@@ -278,8 +278,8 @@ public class ReplayMod {
}
private void testIfMoeshAndExitMinecraft() {
if("Moesh".equals("the Player")) {
"EXIT EVERYTHING".toString();
if("currentPlayer".equals("Moesh")) {
System.exit(-1);
}
}