1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-27 18:00:03 +00:00

Fixed bug with team preview timer

This commit is contained in:
Deukhoofd
2016-02-10 04:07:03 +01:00
parent ab072543d2
commit cf4ad44d43
3 changed files with 10 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ alts = require './alts'
achievements = require './achievements'
FIND_BATTLE_CONDITIONS = [
Conditions.TEAM_PREVIEW
Conditions.RATED_BATTLE
Conditions.TIMED_BATTLE
Conditions.SLEEP_CLAUSE
@@ -31,7 +30,6 @@ FIND_BATTLE_CONDITIONS = [
]
FIND_BATTLE_CONDITIONS_UNRANKED = [
Conditions.TEAM_PREVIEW
Conditions.TIMED_BATTLE
Conditions.SLEEP_CLAUSE
Conditions.EVASION_CLAUSE