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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user