Merge pull request #238 from sheepishgoat/mandatory-ooc-notes

makes ooc notes mandatory
This commit is contained in:
evilew
2024-08-20 00:41:30 +02:00
committed by GitHub
@@ -114,6 +114,10 @@
new_player_panel()
if(href_list["late_join"])
if(!client?.prefs?.features["ooc_text"])
to_chat(usr, "<span class='danger'>You need to set your OOC text you can join! This can be done in the Character Appearance menu.</span>")
return
if(!SSticker || !SSticker.IsRoundInProgress())
to_chat(usr, "<span class='danger'>The round is either not ready, or has already finished...</span>")
return