From e11d8d01d59a2db04a4884386e0a207a97bf3bea Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Fri, 20 Jan 2017 21:28:31 +0100 Subject: [PATCH] Fix typo --- src/tk/wurst_client/hooks/ServerHook.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tk/wurst_client/hooks/ServerHook.java b/src/tk/wurst_client/hooks/ServerHook.java index e22e723..5f3236e 100644 --- a/src/tk/wurst_client/hooks/ServerHook.java +++ b/src/tk/wurst_client/hooks/ServerHook.java @@ -219,7 +219,7 @@ public static int getProtocolVersion() return protocols.lastKey(); // use default if server uses Waterfall - if(!server.gameVersion.startsWith("Waterfall")) + if(server.gameVersion.startsWith("Waterfall")) return protocols.lastKey(); // use server protocol