forked from woofmeow/straywild
feat: advance paused action snapshots to protocol v7
This commit is contained in:
parent
4c55fb6a15
commit
ad1af31492
6 changed files with 71 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue