Merge pull request #11497 from Kyep/loadout_point_fix

Fixes $5+ donors not getting extra loadout points
This commit is contained in:
Crazy Lemon
2019-05-08 23:55:53 -07:00
committed by GitHub
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)