Merge remote-tracking branch 'origin/master'

This commit is contained in:
Unknown 2018-12-24 07:59:44 +00:00
commit 4bed475351
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):
"""