Revert "Makes the admin logout tracking system actually work"

This commit is contained in:
Crazy Lemon
2016-12-03 01:53:47 -08:00
committed by GitHub
parent 5725e67148
commit c8f54b4d53
6 changed files with 18 additions and 45 deletions
-4
View File
@@ -139,7 +139,6 @@
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.
@@ -469,9 +468,6 @@
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