diff options
| author | Fuwn <[email protected]> | 2024-06-12 09:09:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 09:09:58 -0700 |
| commit | dca92863146b9d65689f60db1d3c2887eeb3e7bb (patch) | |
| tree | 69be5a9645390793e6faccd70c0ba257657cc58b /build/test.py | |
| parent | feat(test.py): larger test suite (diff) | |
| download | worldserver-protobufs-dca92863146b9d65689f60db1d3c2887eeb3e7bb.tar.xz worldserver-protobufs-dca92863146b9d65689f60db1d3c2887eeb3e7bb.zip | |
refactor: rename property commands
Diffstat (limited to 'build/test.py')
| -rw-r--r-- | build/test.py | 2 |
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}.") |