aboutsummaryrefslogtreecommitdiffstats
path: root/pycrctrl.pyp
diff options
context:
space:
mode:
Diffstat (limited to 'pycrctrl.pyp')
-rw-r--r--pycrctrl.pyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycrctrl.pyp b/pycrctrl.pyp
index 1f650c7..8bd7357 100644
--- a/pycrctrl.pyp
+++ b/pycrctrl.pyp
@@ -240,7 +240,7 @@ class PyCRCtrl(object):
)
self.state = "Lobby"
self.readServerOutput()
- if self.autohost == False:
+ if self.getConfigEntry("autohost") == False:
self.thread_started = False
self.setTopic("Kein laufendes Spiel.")
break