Removes something which shouldnt really exist here

This commit is contained in:
AffectedArc07
2020-06-02 21:38:43 +01:00
parent 159387d291
commit 6cf3cba557
3 changed files with 4 additions and 9 deletions

View File

@@ -320,6 +320,10 @@
if(!rlimb_data) src.rlimb_data = list()
if(!loadout_gear) loadout_gear = list()
// Check if the current body accessory exists
if(!GLOB.body_accessory_by_name[body_accessory])
body_accessory = null
return 1
/datum/preferences/proc/save_character(client/C)