Skip to content

Commit

Permalink
Part of #21421: apply correct network stream version number
Browse files Browse the repository at this point in the history
  • Loading branch information
janclod committed May 6, 2024
1 parent 20df80a commit cc6d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/network/NetworkBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ using namespace OpenRCT2;
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.

constexpr uint8_t kNetworkStreamVersion = 3;
constexpr uint8_t kNetworkStreamVersion = 0;

const std::string kNetworkStreamID = std::string(OPENRCT2_VERSION) + "-" + std::to_string(kNetworkStreamVersion);

Expand Down

0 comments on commit cc6d69c

Please sign in to comment.