()
| 65 | } |
| 66 | |
| 67 | private clickedDisableAutosave(): void{ |
| 68 | // We disable auto saving |
| 69 | this.getGame().disableLocalAutosave(); |
| 70 | |
| 71 | // We update |
| 72 | this.update(); |
| 73 | this.getGame().updatePlace(); |
| 74 | } |
| 75 | |
| 76 | private clickedFileLoad(): void{ |
| 77 | Main.reloadEverythingFromFile($(".saveFileLoadTextarea").val()); |
nothing calls this directly
no test coverage detected