Skip to content

Commit

Permalink
Updated version number and set correct server IP
Browse files Browse the repository at this point in the history
  • Loading branch information
kroyee committed Jul 16, 2017
1 parent 5bbba76 commit f80b3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using std::cout;
using std::endl;

#define CLIENT_VERSION 5
#define CLIENT_VERSION 6
//#define DEBUG_SIZE

int main()
Expand Down
2 changes: 1 addition & 1 deletion src/resources/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using std::cout;
using std::endl;

network::network() : serverAdd("localhost"), tcpPort(21512), udpPort(21514) {
network::network() : serverAdd("82.102.5.7"), tcpPort(21512), udpPort(21514) {
tcpSock.setBlocking(false);
udpSock.setBlocking(false);
curl_global_init(CURL_GLOBAL_ALL);
Expand Down

0 comments on commit f80b3a4

Please sign in to comment.