Skip to content

Commit d1ac718

Browse files
blowfishproLisias
authored andcommitted
wait another frame for plugins to finish initializing
1 parent 408799b commit d1ac718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/ModuleManager/MMPatchRunner.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public IEnumerator Run()
4545
}
4646
});
4747

48-
// Wait for game database to be initialized for the 2nd time
48+
// Wait for game database to be initialized for the 2nd time and wait for any plugins to initialize
49+
yield return null;
4950
yield return null;
5051

5152
IBasicLogger mmLogger = new QueueLogger(mmLogQueue);

0 commit comments

Comments
 (0)