Some feedback shit for deleted airgroups, as well as a possible fix for NT and his admins command.

This commit is contained in:
SkyMarshal
2012-05-13 21:14:18 -07:00
parent 5e45382ded
commit c54d44517e
2 changed files with 6 additions and 3 deletions
-3
View File
@@ -11,8 +11,6 @@
s["ai"] = config.allow_ai
s["host"] = host ? host : null
s["players"] = list()
s["admins"] = 0
var/admins = 0
var/n = 0
for(var/client/C)
@@ -30,6 +28,5 @@
s["end"] = "#end"
// 7 + s["players"] + 1 = index of s["revinfo"]
s["admins"] = admins
return list2params(s)