huh
This commit is contained in:
parent
705da7a13f
commit
f0c97214b8
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user