()
| 92 | this.supermodel.shouldSaveBackups = model => // Make sure to load possibly changed things from localStorage. |
| 93 | ['Level', 'LevelComponent', 'LevelSystem', 'ThangType'].includes(model.constructor.className) |
| 94 | const f = () => { if (!this.levelLoader) { return (typeof this.loadRandomSessions === 'function' ? this.loadRandomSessions() : undefined) } } // Wait to see if it's just given to us through setLevel. |
| 95 | setTimeout(f, 100) |
| 96 | } else { |
| 97 | this.loadRandomSessions() |
nothing calls this directly
no test coverage detected