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

summaryrefslogtreecommitdiff
path: root/source/core/StarDataStream.cpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-04-30 12:55:25 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2025-04-30 12:55:25 +1000
commit46edf8d0018e8bbbe62373c5c69c0ff9e8cea2b3 (patch)
tree999761448e0101efa4eae1dd00417726068e712d /source/core/StarDataStream.cpp
parentd3d4345e057d95d784e34be9b23e7fe07fb9a7c1 (diff)
bump protocol version for applyDamage
Diffstat (limited to 'source/core/StarDataStream.cpp')
-rw-r--r--source/core/StarDataStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarDataStream.cpp b/source/core/StarDataStream.cpp
index 2688123..13bd2c0 100644
--- a/source/core/StarDataStream.cpp
+++ b/source/core/StarDataStream.cpp
@@ -6,7 +6,7 @@
namespace Star {
-unsigned const CurrentStreamVersion = 6; // update OpenProtocolVersion too!
+unsigned const CurrentStreamVersion = 7; // update OpenProtocolVersion too!
DataStream::DataStream()
: m_byteOrder(ByteOrder::BigEndian),