fix for $5+ donors not getting more loadout points

This commit is contained in:
Kyep
2019-05-08 19:12:53 -07:00
parent 0ed3a09f54
commit 75bfb77007
2 changed files with 7 additions and 3 deletions
@@ -211,8 +211,6 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
unlock_content = C.IsByondMember()
if(unlock_content)
max_save_slots = MAX_SAVE_SLOTS_MEMBER
if(C.donator_level > 0)
max_gear_slots += 5
loaded_preferences_successfully = load_preferences(C) // Do not call this with no client/C, it generates a runtime / SQL error
if(loaded_preferences_successfully)