From 71af689b2368f83eafef7bba015fda8e0bded880 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:26:26 +0200 Subject: [PATCH] Added the mac client type --- src/ticket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ticket.py b/src/ticket.py index 8788ebe..cbb626d 100644 --- a/src/ticket.py +++ b/src/ticket.py @@ -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: