Do not show changelog in demo

This commit is contained in:
tobspr 2022-06-17 14:09:11 +02:00
parent 51fcc1e470
commit e730a88ad1
1 changed files with 4 additions and 0 deletions

View File

@ -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 => {