feat: advance paused action snapshots to protocol v7

This commit is contained in:
Alexander Sellite 2026-08-17 21:43:57 -04:00
parent 4c55fb6a15
commit ad1af31492
6 changed files with 71 additions and 15 deletions

View file

@ -15,7 +15,7 @@ const NET_STRIKE_MARKER_DISTANCE: float = 0.85
func _initialize() -> void:
assert(NetworkProtocol.PROTOCOL_VERSION == 6)
assert(NetworkProtocol.PROTOCOL_VERSION == 7)
assert(
NetworkWorldSpawnProtocol.CAPABILITY
== NetworkProtocol.WORLD_SPAWN_CAPABILITY