This commit is contained in:
edschuy95 2026-01-20 16:06:26 -05:00
parent 931989b775
commit c68c64e4fa

View file

@ -22,7 +22,7 @@ shutdown_event = threading.Event()
ERROR_ALREADY_EXISTS = 183 ERROR_ALREADY_EXISTS = 183
# ========================= CONFIG ========================= # ========================= CONFIG =========================
DEBUG = True # Set True to enable debug overrides DEBUG = False # Set True to enable debug overrides
# Default paths (used if not in debug mode) # Default paths (used if not in debug mode)
DEFAULT_WIN_GAME_EXE = r"./qgame.dll" DEFAULT_WIN_GAME_EXE = r"./qgame.dll"