mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Merge pull request #31463 from AnturK/nobodycanknowofmymistakes
Stops check antags message if round has not started yet.
This commit is contained in:
@@ -391,7 +391,7 @@ GLOBAL_LIST_INIT(admin_verbs_hideable, list(
|
|||||||
if(holder)
|
if(holder)
|
||||||
holder.check_antagonists()
|
holder.check_antagonists()
|
||||||
log_admin("[key_name(usr)] checked antagonists.") //for tsar~
|
log_admin("[key_name(usr)] checked antagonists.") //for tsar~
|
||||||
if(!isobserver(usr))
|
if(!isobserver(usr) && SSticker.HasRoundStarted())
|
||||||
message_admins("[key_name_admin(usr)] checked antagonists.")
|
message_admins("[key_name_admin(usr)] checked antagonists.")
|
||||||
SSblackbox.add_details("admin_verb","Check Antagonists") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
SSblackbox.add_details("admin_verb","Check Antagonists") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user