mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-04-27 15:21:22 -07:00
Hide kiwi clicker banner when mods are installed
This commit is contained in:
parent
39b4f44018
commit
80754247a1
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export class MainMenuState extends GameState {
|
|||
!G_IS_STEAM_DEMO &&
|
||||
/** @type { PlatformWrapperImplElectron}*/ (this.app.platformWrapper).dlcs.puzzle);
|
||||
|
||||
const showKiwiClicker = this.app.settings.getSetting("showKiwiClicker");
|
||||
const showKiwiClicker = this.app.settings.getSetting("showKiwiClicker") && MODS.mods.length === 0;
|
||||
|
||||
const bannerHtml = `
|
||||
<h3>${T.demoBanners.titleV2}</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue