Skip to content

Commit

Permalink
Increase network version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Apr 9, 2018
1 parent 92ba2df commit 7ebd7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/network/Network.cpp
Expand Up @@ -34,7 +34,7 @@
// This string specifies which version of network stream current build uses.
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
#define NETWORK_STREAM_VERSION "3"
#define NETWORK_STREAM_VERSION "4"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION

static rct_peep* _pickup_peep = nullptr;
Expand Down

0 comments on commit 7ebd7f1

Please sign in to comment.