mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user