mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix typo
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user