diff --git a/ripple/scoreUtils.py b/ripple/scoreUtils.py index 4061d3f..3e2645c 100644 --- a/ripple/scoreUtils.py +++ b/ripple/scoreUtils.py @@ -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): """