1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix hub being removable after restoring a game, fix tslint errors

This commit is contained in:
tobspr
2020-05-14 22:46:31 +02:00
parent a1fd83c03c
commit b64bbc8132
8 changed files with 10 additions and 17 deletions

View File

@@ -67,10 +67,6 @@ export class InGameState extends GameState {
this.savegame;
this.boundInputFilter = this.filterInput.bind(this);
if (G_IS_DEV) {
window.performSave = this.doSave.bind(this);
}
}
/**