mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Fix css not being activated after donating
This commit is contained in:
		@@ -466,8 +466,8 @@ def donate_patch():
 | 
				
			|||||||
    if item == "custom_css_slots":
 | 
					    if item == "custom_css_slots":
 | 
				
			||||||
        if not entry:
 | 
					        if not entry:
 | 
				
			||||||
            entry = Cosmetics(session["user_id"])
 | 
					            entry = Cosmetics(session["user_id"])
 | 
				
			||||||
            entry.css = True
 | 
					 | 
				
			||||||
            entry.css_limit = 0
 | 
					            entry.css_limit = 0
 | 
				
			||||||
 | 
					        entry.css = True
 | 
				
			||||||
        entry.css_limit += amount
 | 
					        entry.css_limit += amount
 | 
				
			||||||
    if item == "guest_icon":
 | 
					    if item == "guest_icon":
 | 
				
			||||||
        if not entry:
 | 
					        if not entry:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user