remove periodic save

This commit is contained in:
2023-11-14 14:54:39 +01:00
parent a4a29af0e6
commit 463aef7736

View File

@ -185,7 +185,7 @@ export class Editor {
// Loading universe from URL (if needed)
loadUniverserFromUrl(this);
this.setPeriodicSave(5000);
// this.setPeriodicSave(5000);
}
private getBuffer(type: string): any {