Do not show changelog in demo

pull/1415/merge
tobspr 2 years ago
parent 51fcc1e470
commit e730a88ad1

@ -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…
Cancel
Save