Update validation for portable home protocol
This commit is contained in:
parent
fe099f47dd
commit
983e4d0ec3
3 changed files with 5 additions and 5 deletions
|
|
@ -26,8 +26,8 @@ func _run() -> void:
|
|||
_validate_collection_mastery()
|
||||
_validate_version_four_migration()
|
||||
_validate_fishing_protocol_v2()
|
||||
assert(NetworkProtocol.PROTOCOL_VERSION == 11)
|
||||
assert(NetworkProtocol.ENET_CHANNEL_COUNT == 17)
|
||||
assert(NetworkProtocol.PROTOCOL_VERSION == 12)
|
||||
assert(NetworkProtocol.ENET_CHANNEL_COUNT == 18)
|
||||
assert(NetworkProtocol.MOVEMENT_ANIMATION_CHANNEL == 11)
|
||||
assert(
|
||||
NetworkProtocol.MOVEMENT_RECONCILIATION_CAPABILITY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue