Update validation for portable home protocol

This commit is contained in:
Alexander Sellite 2026-08-30 22:00:04 -04:00
parent fe099f47dd
commit 983e4d0ec3
3 changed files with 5 additions and 5 deletions

View file

@ -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