mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-14 13:24:43 +01:00
Fix infinite arena not being challengeable if unlockInstances was true
This commit is contained in:
@@ -20,7 +20,7 @@ public class InfinityTowerManager extends PlayerManager {
|
||||
}
|
||||
|
||||
public int getBountyLevel() {
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
public boolean apply(int levelId, long buildId) {
|
||||
|
||||
Reference in New Issue
Block a user