Skip to content

Commit

Permalink
fix exit after game exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Niceygy committed Nov 9, 2023
1 parent d9c57ce commit d3e23e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def mainGameLoop():

if now == 0:
log("Exiting...", "mainGameLoop")
break
exit()

updatePrecense(presence, currently, start_time, cmdr)


Expand Down

0 comments on commit d3e23e1

Please sign in to comment.