mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix crash
This commit is contained in:
@@ -246,6 +246,6 @@ export class HUDShop extends BaseHUDPart {
|
||||
|
||||
tryUnlockNextTier(upgradeId) {
|
||||
// Nothing
|
||||
this.root.hubGoals.tryUnlockUgprade(upgradeId);
|
||||
this.root.hubGoals.tryUnlockUpgrade(upgradeId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user