aboutsummaryrefslogtreecommitdiffstats
path: root/pycrctrl.pyp
diff options
context:
space:
mode:
authorFulgen301 <tokmajigeorge@gmailc.om>2016-12-08 16:08:33 +0100
committerFulgen301 <tokmajigeorge@gmailc.om>2016-12-08 16:08:33 +0100
commitbac96d2742ac4a74613729e3c873372d0a3c954f (patch)
tree1206a7f13bc86fbf226f33320b9c4e9131055f7e /pycrctrl.pyp
parenta0313e14d953998c11c075f349a73b5e15be8813 (diff)
downloadpycrctrl-bac96d2742ac4a74613729e3c873372d0a3c954f.tar.gz
pycrctrl-bac96d2742ac4a74613729e3c873372d0a3c954f.zip
Bugs fixed.
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