Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-03-23 12:33:45 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2025-03-23 12:33:45 +1100
commit3d712deb0ac1eb88bad71147baa7341e0e628026 (patch)
treedbda1a5735a8aa81544721710cbd093aeb44b406 /source/core
parentc1fce691abd3038063dcc71ca312ed5608471829 (diff)
bump OpenProtocolVersion and check so tile replacement works on older oSB servers
Diffstat (limited to 'source/core')
-rw-r--r--source/core/StarNetCompatibility.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarNetCompatibility.cpp b/source/core/StarNetCompatibility.cpp
index 94e1ca5..cce74dc 100644
--- a/source/core/StarNetCompatibility.cpp
+++ b/source/core/StarNetCompatibility.cpp
@@ -2,6 +2,6 @@
namespace Star {
-VersionNumber const OpenProtocolVersion = 3;
+VersionNumber const OpenProtocolVersion = 4;
} \ No newline at end of file