Skip to content

Commit

Permalink
Remove unneeded broken exit()
Browse files Browse the repository at this point in the history
Fixes #486
  • Loading branch information
duk3luk3 committed Nov 27, 2016
1 parent dd852c7 commit 2a0fd6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def runFAF():
if ctypes.windll.shell32.IsUserAnAdmin():
AdminUserErrorDialog()
app.quit()
exit()

if getattr(ctypes.windll.shell32, "SetCurrentProcessExplicitAppUserModelID", None) is not None:
myappid = 'com.faforever.lobby'
Expand Down

0 comments on commit 2a0fd6b

Please sign in to comment.