forked from rDrama/rDrama
1
0
Fork 0

dont count referrals if alts

master
Aevann 2023-09-15 18:07:56 +03:00
parent d86aa7ad21
commit 5c6dcc9107
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ def sign_up_post(v):
new_user.admin_level = 4
session["history"] = []
if ref_id:
if ref_id and ref_id not in session.get("history", []):
ref_user = get_account(ref_id)
if ref_user: