Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 20, 2017
1 parent 537474d commit e11d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tk/wurst_client/hooks/ServerHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e11d8d0

Please sign in to comment.