sdfgfdg
This commit is contained in:
parent
27fb21ad1c
commit
93ee1364c6
|
@ -223,6 +223,7 @@ class handler(requestsManager.asyncRequestHandler):
|
||||||
userUtils.ban(userID)
|
userUtils.ban(userID)
|
||||||
userUtils.appendNotes(userID, "Banned due to negative score.")
|
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:
|
if (s.score - (s.c300 * 300 + s.c100 * 100 + s.c50 * 50)) < 0 and not isRelaxing:
|
||||||
#userUtils.ban(userID)
|
#userUtils.ban(userID)
|
||||||
#userUtils.appendNotes(userID, "Banned due to score being less than no-combo value.")
|
#userUtils.appendNotes(userID, "Banned due to score being less than no-combo value.")
|
||||||
|
|
Reference in New Issue
Block a user