This commit is contained in:
Josh Smith 2018-12-10 17:38:13 -05:00
parent 27fb21ad1c
commit 93ee1364c6

View File

@ -223,6 +223,7 @@ class handler(requestsManager.asyncRequestHandler):
userUtils.ban(userID)
userUtils.appendNotes(userID, "Banned due to negative score.")
if s.passed: # just incase :)!
if (s.score - (s.c300 * 300 + s.c100 * 100 + s.c50 * 50)) < 0 and not isRelaxing:
#userUtils.ban(userID)
#userUtils.appendNotes(userID, "Banned due to score being less than no-combo value.")