Merge pull request #1083 from SkyMarshal/CoolTweaks

Emergency fix: Forgot to set "admins" if there are none, in the thing NT calls when someone asks him.
This commit is contained in:
SkyMarshal
2012-05-16 22:52:08 -07:00

View File

@@ -11,6 +11,7 @@
s["ai"] = config.allow_ai
s["host"] = host ? host : null
s["players"] = list()
s["admins"] = 0
var/n = 0
for(var/client/C)