Remove sanitize_ooccolor

This commit is contained in:
JamieH
2017-07-01 17:07:04 +01:00
committed by GitHub
parent 98508c9236
commit 2eaef38534
+1 -1
View File
@@ -1047,7 +1047,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if("ooccolor")
var/new_ooccolor = input(user, "Choose your OOC colour:", "Game Preference") as color|null
if(new_ooccolor)
ooccolor = sanitize_ooccolor(new_ooccolor)
ooccolor = new_ooccolor
if("bag")
var/new_backbag = input(user, "Choose your character's style of bag:", "Character Preference") as null|anything in GLOB.backbaglist