mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-07 18:14:01 +00:00
Fix crash
This commit is contained in:
parent
d5b9a5b562
commit
0b95f3b208
@ -477,6 +477,10 @@
|
||||
.sidelinks > a {
|
||||
background-color: darken($darkModeGameBackground, 10);
|
||||
color: #eee;
|
||||
|
||||
&:hover {
|
||||
background-color: darken($darkModeGameBackground, 8);
|
||||
}
|
||||
}
|
||||
|
||||
.author {
|
||||
|
@ -246,6 +246,6 @@ export class HUDShop extends BaseHUDPart {
|
||||
|
||||
tryUnlockNextTier(upgradeId) {
|
||||
// Nothing
|
||||
this.root.hubGoals.tryUnlockUgprade(upgradeId);
|
||||
this.root.hubGoals.tryUnlockUpgrade(upgradeId);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user