mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-22 20:41:28 -08:00
Do not show changelog in demo
This commit is contained in:
parent
51fcc1e470
commit
e730a88ad1
1 changed files with 4 additions and 0 deletions
|
|
@ -187,6 +187,10 @@ export class PreloadState extends GameState {
|
|||
return;
|
||||
}
|
||||
|
||||
if (G_IS_STEAM_DEMO || !G_IS_STANDALONE) {
|
||||
return;
|
||||
}
|
||||
|
||||
return this.app.storage
|
||||
.readFileAsync("lastversion.bin")
|
||||
.catch(err => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue