Avoid crash on double-loading

This commit is contained in:
Daniel van Noord
2020-12-02 13:24:56 +01:00
parent a8e3691507
commit 94745fb013
3 changed files with 36 additions and 18 deletions

View File

@@ -2,4 +2,8 @@
* Footer *
**********/
CM.Init();
if (!CM.isRunning) {
CM.Init();
CM.isRunning = 1
}