1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Update network version

This commit is contained in:
matheusvb3
2025-12-07 10:37:29 -03:00
parent 72f23f5d14
commit f82b445a73

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 = 3;
constexpr uint8_t kStreamVersion = 4;
const std::string kStreamID = std::string(kOpenRCT2Version) + "-" + std::to_string(kStreamVersion);