mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
committed by
Erki
parent
e57ae89a74
commit
b0d6220f33
@@ -17,7 +17,7 @@
|
||||
to_chat(src, "<font color='red'>Error: Admin-PM-Panel: Only administrators may use this command.</font>")
|
||||
return
|
||||
var/list/client/targets[0]
|
||||
for(var/p in player_list)
|
||||
for(var/p in clients)
|
||||
var/client/T = p
|
||||
if(T.mob)
|
||||
if(istype(T.mob, /mob/abstract/new_player))
|
||||
|
||||
Reference in New Issue
Block a user