Makes the admin logout tracking system actually work

This commit is contained in:
Crazylemon64
2016-11-27 12:00:57 -08:00
parent 635335dd5c
commit 8271a89dab
4 changed files with 40 additions and 10 deletions
+4
View File
@@ -139,6 +139,7 @@
var/list/irc_bot_host = list()
var/main_irc = ""
var/admin_irc = ""
var/admin_notify_irc = ""
var/python_path = "" //Path to the python executable. Defaults to "python" on windows and "/usr/bin/env python2" on unix
var/default_laws = 0 //Controls what laws the AI spawns with.
@@ -468,6 +469,9 @@
if("admin_irc")
config.admin_irc = value
if("admin_notify_irc")
config.admin_notify_irc = value
if("python_path")
if(value)
config.python_path = value