This commit is contained in:
qewc 2018-12-24 07:38:11 +00:00 committed by GitHub
parent 705da7a13f
commit f0c97214b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def isRankable(m):
:return: True if there are no unranked mods in `m`, else False
"""
# TODO: Check other modes unranked mods ...?
return not ((m & mods.RELAX2 > 0) or (m & mods.AUTOPLAY > 0) or (m & mods.SCOREV2 > 0))
return not ((m & mods.AUTOPLAY > 0) or (m & mods.SCOREV2 > 0))
def readableGameMode(gameMode):
"""