mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix typo
This commit is contained in:
parent
9a67115ba7
commit
231a3c81f4
@ -275,7 +275,7 @@ export class HubGoals extends BasicSerializableObject {
|
|||||||
* @param {string} upgradeId
|
* @param {string} upgradeId
|
||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
*/
|
*/
|
||||||
tryUnlockUgprade(upgradeId) {
|
tryUnlockUpgrade(upgradeId) {
|
||||||
if (!this.canUnlockUpgrade(upgradeId)) {
|
if (!this.canUnlockUpgrade(upgradeId)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user