mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Some feedback shit for deleted airgroups, as well as a possible fix for NT and his admins command.
This commit is contained in:
@@ -19,6 +19,12 @@ datum
|
||||
var/list/space_borders
|
||||
var/length_space_border = 0
|
||||
|
||||
Del()
|
||||
spawn(5)
|
||||
message_admins("WARNING! Airgroup deleted! Stacktrace is in a runtime, give it to Sky.")
|
||||
CRASH("Fuck. Something deleted an airgroup. Here's your stack trace.")
|
||||
..()
|
||||
|
||||
proc/suspend_group_processing()
|
||||
//Purpose: Suspends processing of the group, breaks it into individual tiles.
|
||||
//Called by: Any check where the airgroup is determined to break.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user