From 2729abeb4815ee88eff7b78f42afbd26d6b39a1f Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Fri, 15 Dec 2017 19:06:46 +0000 Subject: [PATCH] Fix css not being activated after donating --- webapp/titanembeds/blueprints/user/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/titanembeds/blueprints/user/user.py b/webapp/titanembeds/blueprints/user/user.py index 66eaee4..63816eb 100644 --- a/webapp/titanembeds/blueprints/user/user.py +++ b/webapp/titanembeds/blueprints/user/user.py @@ -466,8 +466,8 @@ def donate_patch(): if item == "custom_css_slots": if not entry: entry = Cosmetics(session["user_id"]) - entry.css = True entry.css_limit = 0 + entry.css = True entry.css_limit += amount if item == "guest_icon": if not entry: