Merge pull request #7779 from VOREStation/aro-oocnotes

Fix OOC notes requirement
This commit is contained in:
Aronai Sieyes
2020-05-11 14:32:55 -04:00
committed by GitHub
+2 -2
View File
@@ -12,8 +12,8 @@
pass = FALSE
//No OOC notes
if (config.allow_Metadata && !(client?.prefs?.metadata || length(client.prefs.metadata) < 15))
to_chat(src,"<span class='warning'>Please set informative OOC notes related to ERP preferences. Set them using the 'OOC Notes' button on the 'General' tab in character setup.</span>")
if (config.allow_Metadata && (!client?.prefs?.metadata || length(client.prefs.metadata) < 15))
to_chat(src,"<span class='warning'>Please set informative OOC notes related to RP/ERP preferences. Set them using the 'OOC Notes' button on the 'General' tab in character setup.</span>")
pass = FALSE
//Are they on the VERBOTEN LIST?