Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
7cb64ba1
Commit
7cb64ba1
authored
Dec 21, 2017
by
Wolfgang Rohdewald
Browse files
--nogui: if server connection goes away, quit program
parent
5730b7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/humanclient.py
View file @
7cb64ba1
...
...
@@ -783,6 +783,8 @@ class HumanClient(Client):
scene
=
Internal
.
scene
if
scene
and
game
and
scene
.
game
==
game
:
scene
.
game
=
None
if
not
Options
.
gui
:
Internal
.
mainWindow
.
close
()
def
serverDisconnected
(
self
,
unusedReference
):
"""perspective calls us back"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment