Comments out ignore and unignoring in character setup, properly removes ability to ignore yourself

This commit is contained in:
Yoshax
2016-05-13 01:16:44 +01:00
parent 3e184d7982
commit 75b1f53141
2 changed files with 6 additions and 1 deletions
@@ -9,7 +9,7 @@
/datum/category_item/player_setup_item/player_global/ooc/save_preferences(var/savefile/S)
S["ignored_players"] << pref.ignored_players
/*
/datum/category_item/player_setup_item/player_global/ooc/sanitize_preferences()
if(isnull(pref.ignored_players))
pref.ignored_players = list()
@@ -39,3 +39,4 @@
return TOPIC_REFRESH
return ..()
*/