Skip to content

Commit

Permalink
Merge pull request #28974 from JamieH/patch-1
Browse files Browse the repository at this point in the history
Remove sanitize_ooccolor
  • Loading branch information
Cyberboss authored Jul 3, 2017
2 parents f29a038 + 2eaef38 commit e116cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e116cee

Please sign in to comment.