Update code/modules/admin/admin.dm

s p e s s e s

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2020-10-06 17:20:41 -04:00
committed by GitHub
co-authored by AffectedArc07
parent 9a62fb57df
commit e0569ba260
+1 -1
View File
@@ -624,7 +624,7 @@ GLOBAL_VAR_INIT(nologevent, 0)
if(SSticker.force_ending)
return
message_admins("[key_name_admin(usr)] has admin ended the round with message: '[input]'")
log_admin("[key_name(usr)] has admin ended the round with message: '[input]'")
log_admin("[key_name(usr)] has admin ended the round with message: '[input]'")
SSticker.force_ending = TRUE
to_chat(world, "<span class='warning'><big><b>[input]</b></big></span>")
feedback_add_details("admin_verb", "END") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!