Skip to content

Commit

Permalink
Bump network version to deprecate recent bugged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Aug 10, 2019
1 parent d730a76 commit 68dc4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/network/Network.cpp
Original file line number Diff line number Diff line change
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 "4"
#define NETWORK_STREAM_VERSION "5"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION

static Peep* _pickup_peep = nullptr;
Expand Down

0 comments on commit 68dc4d0

Please sign in to comment.