Fix debug option being enabled by default

This commit is contained in:
tobspr 2022-06-20 10:30:12 +02:00
parent 8c5e593ceb
commit 773609a2e2
1 changed files with 0 additions and 1 deletions

View File

@ -287,7 +287,6 @@ export class HubGoals extends BasicSerializableObject {
* @param {string} upgradeId
*/
canUnlockUpgrade(upgradeId) {
return true;
const tiers = this.root.gameMode.getUpgrades()[upgradeId];
const currentLevel = this.getUpgradeLevel(upgradeId);