This commit is contained in:
tobspr 2020-06-22 14:44:47 +02:00
parent 9a67115ba7
commit 231a3c81f4
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ export class HubGoals extends BasicSerializableObject {
* @param {string} upgradeId
* @returns {boolean}
*/
tryUnlockUgprade(upgradeId) {
tryUnlockUpgrade(upgradeId) {
if (!this.canUnlockUpgrade(upgradeId)) {
return false;
}