Skip to content

Commit

Permalink
Bump network version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Nov 23, 2024
1 parent 1612b6f commit 357bc2b
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 @@ -49,7 +49,7 @@ using namespace OpenRCT2;
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.

constexpr uint8_t kNetworkStreamVersion = 2;
constexpr uint8_t kNetworkStreamVersion = 3;

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

Expand Down

0 comments on commit 357bc2b

Please sign in to comment.