Update preferences.dm (#12230)

This commit is contained in:
kevinz000
2020-05-12 08:39:37 -07:00
committed by GitHub
parent 78004a7b73
commit 90d4f213bf
+1 -1
View File
@@ -1522,7 +1522,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
features["flavor_text"] = html_decode(msg)
if("ooc_notes")
var/msg = stripped_multiline_input(usr, "Set always-visible OOC notes related to content preferences. THIS IS NOT FOR CHARACTE DESCRIPTIONS!!", "OOC notes", features["ooc_notes"], MAX_FLAVOR_LEN, TRUE)
var/msg = stripped_multiline_input(usr, "Set always-visible OOC notes related to content preferences. THIS IS NOT FOR CHARACTER DESCRIPTIONS!", "OOC notes", features["ooc_notes"], MAX_FLAVOR_LEN, TRUE)
if(!isnull(msg))
features["ooc_notes"] = html_decode(msg)