mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
Reworking Bot API and optimizing for loops in admin code (#6355)
This commit is contained in:
committed by
Werner
parent
5bf33373c9
commit
81e7f29878
@@ -105,7 +105,7 @@
|
||||
sound_to(C, 'sound/effects/adminhelp.ogg')
|
||||
to_chat(C, message)
|
||||
|
||||
for(var/client/A in admins)
|
||||
for(var/client/A in staff)
|
||||
if(A != C)
|
||||
to_chat(A, amessage)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user