Part of #21421: apply correct network stream version number

This commit is contained in:
Claudio Tiecher 2024-05-06 16:36:51 +02:00
parent 20df80a453
commit cc6d69cb94
1 changed files with 1 additions and 1 deletions

View File

@ -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);