aboutsummaryrefslogtreecommitdiff
path: root/build/test.py
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 09:09:58 -0700
committerFuwn <[email protected]>2024-06-12 09:09:58 -0700
commitdca92863146b9d65689f60db1d3c2887eeb3e7bb (patch)
tree69be5a9645390793e6faccd70c0ba257657cc58b /build/test.py
parentfeat(test.py): larger test suite (diff)
downloadworldserver-protobufs-dca92863146b9d65689f60db1d3c2887eeb3e7bb.tar.xz
worldserver-protobufs-dca92863146b9d65689f60db1d3c2887eeb3e7bb.zip
refactor: rename property commands
Diffstat (limited to 'build/test.py')
-rw-r--r--build/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test.py b/build/test.py
index ff89058..e9fb8ad 100644
--- a/build/test.py
+++ b/build/test.py
@@ -46,7 +46,7 @@ def parse_network_packet(raw_bytes):
case command.BUDDYLISTNOTIFYCMD:
print("This is a BuddyListNotifyCommand.")
case command.PROPREQCMD:
- print("This is a PropRequestCommand.")
+ print("This is a PropertyRequestCommand.")
case _:
print(f"This is an unknown command type: {command_type}.")