Added the mac client type

This commit is contained in:
hyugogirubato 2024-10-11 20:26:26 +02:00
parent 10ff15b00e
commit 71af689b23

View File

@ -28,7 +28,7 @@ class TicketType(Enum):
class ClientType(Enum):
WINDOWS = 94
ANDROID = 51
MAC = 0 # TODO: Define the Mac Client ID
MAC = 50
class Ticket: