mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Client now uses location_id consistently internally, instead of switching on a dime all the time
And some smaller changes
This commit is contained in:
@@ -21,7 +21,7 @@ class JSONMessagePart(typing.TypedDict, total=False):
|
||||
|
||||
class CLientStatus(enum.IntEnum):
|
||||
CLIENT_UNKNOWN = 0
|
||||
# CLIENT_CONNECTED = 5 maybe?
|
||||
CLIENT_CONNECTED = 5
|
||||
CLIENT_READY = 10
|
||||
CLIENT_PLAYING = 20
|
||||
CLIENT_GOAL = 30
|
||||
|
Reference in New Issue
Block a user