From 492f94c19f50cfcbb5fcb0bc10ddfabb5934736c Mon Sep 17 00:00:00 2001 From: CrushedPixel Date: Tue, 9 Jun 2015 23:05:31 +0200 Subject: [PATCH] Took Moesh trolling to the next level --- src/main/java/eu/crushedpixel/replaymod/ReplayMod.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/eu/crushedpixel/replaymod/ReplayMod.java b/src/main/java/eu/crushedpixel/replaymod/ReplayMod.java index 97c5f882..7856b1da 100755 --- a/src/main/java/eu/crushedpixel/replaymod/ReplayMod.java +++ b/src/main/java/eu/crushedpixel/replaymod/ReplayMod.java @@ -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); } }