mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Switch to using GLOB.admins instead of admins
This commit is contained in:
@@ -584,7 +584,7 @@
|
||||
if("Players")
|
||||
to_chat(usr, span("filter_debuglogs", jointext(player_list,",")))
|
||||
if("Admins")
|
||||
to_chat(usr, span("filter_debuglogs", jointext(admins,",")))
|
||||
to_chat(usr, span("filter_debuglogs", jointext(GLOB.admins,",")))
|
||||
if("Mobs")
|
||||
to_chat(usr, span("filter_debuglogs", jointext(mob_list,",")))
|
||||
if("Living Mobs")
|
||||
|
||||
Reference in New Issue
Block a user