Skip to content

Commit

Permalink
Reset network version for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Jul 12, 2017
1 parent f7c7892 commit 3d48754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/network/network.h
Expand Up @@ -55,7 +55,7 @@ extern "C" {
// This define 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 "33"
#define NETWORK_STREAM_VERSION "0"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION

#ifdef __cplusplus
Expand Down

0 comments on commit 3d48754

Please sign in to comment.