mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Get rid of demo messages
This commit is contained in:
@@ -118,12 +118,12 @@ export class HUDGameMenu extends BaseHUDPart {
|
||||
}
|
||||
|
||||
startSave() {
|
||||
if (IS_DEMO) {
|
||||
this.root.hud.parts.dialogs.showFeatureRestrictionInfo(
|
||||
null,
|
||||
T.dialogs.saveNotPossibleInDemo.desc
|
||||
);
|
||||
}
|
||||
// if (IS_DEMO) {
|
||||
// this.root.hud.parts.dialogs.showFeatureRestrictionInfo(
|
||||
// null,
|
||||
// T.dialogs.saveNotPossibleInDemo.desc
|
||||
// );
|
||||
// }
|
||||
|
||||
this.root.gameState.doSave();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user