mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
rid of old span macros
This commit is contained in:
@@ -877,7 +877,7 @@
|
||||
if(!reason)
|
||||
return
|
||||
|
||||
to_chat(M, span("filter_system critical", "You have been kicked from the server: [reason]"))
|
||||
to_chat(M, span_filter_system(span_critical("You have been kicked from the server: [reason]")))
|
||||
log_admin("[key_name(usr)] booted [key_name(M)] for reason: '[reason]'.")
|
||||
message_admins(span_blue("[key_name_admin(usr)] booted [key_name_admin(M)] for reason '[reason]'."), 1)
|
||||
//M.client = null
|
||||
|
||||
Reference in New Issue
Block a user