Fix infinite arena not being challengeable if unlockInstances was true

This commit is contained in:
Melledy
2025-11-17 03:21:56 -08:00
parent a18b7e8a2a
commit 7c95448e4e
2 changed files with 8 additions and 35 deletions

View File

@@ -20,7 +20,7 @@ public class InfinityTowerManager extends PlayerManager {
}
public int getBountyLevel() {
return 1;
return 0;
}
public boolean apply(int levelId, long buildId) {