mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix discount still being active
This commit is contained in:
parent
b67f925f4f
commit
52166fdd86
@ -49,7 +49,6 @@ export class HUDStandaloneAdvantages extends BaseHUDPart {
|
|||||||
: ""
|
: ""
|
||||||
}
|
}
|
||||||
</button>
|
</button>
|
||||||
${!G_IS_STEAM_DEMO ? `<span class="specialOffer">${T.global.discountSummerSale}</span>` : ""}
|
|
||||||
<button class="otherCloseButton" data-btn-variant="${G_IS_STEAM_DEMO ? "steam-demo" : "prod"}">${
|
<button class="otherCloseButton" data-btn-variant="${G_IS_STEAM_DEMO ? "steam-demo" : "prod"}">${
|
||||||
T.ingame.standaloneAdvantages.no_thanks
|
T.ingame.standaloneAdvantages.no_thanks
|
||||||
}</button>
|
}</button>
|
||||||
|
@ -110,7 +110,6 @@ export class MainMenuState extends GameState {
|
|||||||
}
|
}
|
||||||
Play shapez on Steam
|
Play shapez on Steam
|
||||||
</a>
|
</a>
|
||||||
${!G_IS_STEAM_DEMO ? `<span class="specialOffer">${T.global.discountSummerSale}</span>` : ""}
|
|
||||||
${!G_IS_STEAM_DEMO ? `<div class="onlinePlayerCount"></div>` : ""}
|
${!G_IS_STEAM_DEMO ? `<div class="onlinePlayerCount"></div>` : ""}
|
||||||
|
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user