mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
Fix css not being activated after donating
This commit is contained in:
parent
8a2a61ebda
commit
2729abeb48
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user