1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Update network version

This commit is contained in:
MarcelVos96
2025-12-01 19:49:17 +01:00
parent e3aa52bc1a
commit 688c60654b

View File

@@ -47,7 +47,7 @@
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
constexpr uint8_t kStreamVersion = 0;
constexpr uint8_t kStreamVersion = 1;
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);