summaryrefslogtreecommitdiffstats
path: root/src/NetworkClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NetworkClient.cpp')
-rw-r--r--src/NetworkClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NetworkClient.cpp b/src/NetworkClient.cpp
index 38cb947..99d89f9 100644
--- a/src/NetworkClient.cpp
+++ b/src/NetworkClient.cpp
@@ -9,7 +9,7 @@ NetworkClient::NetworkClient(std::string address, unsigned short port, std::stri
state = Handshaking;
PacketHandshake handshake;
- handshake.protocolVersion = 338;
+ handshake.protocolVersion = 340;
handshake.serverAddress = address;
handshake.serverPort = port;
handshake.nextState = 2;