From dca92863146b9d65689f60db1d3c2887eeb3e7bb Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 09:09:58 -0700 Subject: refactor: rename property commands --- build/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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}.") -- cgit v1.2.3