Update validation for portable home protocol
This commit is contained in:
parent
fe099f47dd
commit
983e4d0ec3
3 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ func _initialize() -> void:
|
|||
|
||||
|
||||
func _run() -> void:
|
||||
assert(NetworkProtocol.PROTOCOL_VERSION == 11)
|
||||
assert(NetworkProtocol.PROTOCOL_VERSION == 12)
|
||||
assert(
|
||||
NetworkWorldSpawnProtocol.CAPABILITY
|
||||
== NetworkProtocol.WORLD_SPAWN_CAPABILITY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue