mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
a
This commit is contained in:
parent
994d04fe9a
commit
586e20d663
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class FuckMetricsMod : MelonMod
|
||||||
|
|
||||||
IEnumerator WaitForLocalPlayer()
|
IEnumerator WaitForLocalPlayer()
|
||||||
{
|
{
|
||||||
yield return PlayerSetup.Instance == null;
|
yield return PlayerSetup.Instance != null;
|
||||||
UpdateSettings();
|
UpdateSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue