.
This commit is contained in:
parent
931989b775
commit
c68c64e4fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue