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