diff --git a/MilliGolf.cs b/MilliGolf.cs index e8ea305..12831c3 100644 --- a/MilliGolf.cs +++ b/MilliGolf.cs @@ -18,6 +18,7 @@ public class MilliGolf: Mod, ILocalSettings { public static bool doCustomLoad = false; public static bool isInGolfRoom = false; public static bool wasInCustomRoom = false; + public static bool hasLoggedProgression = false; public static bool ballCam = false; public static string tinkDamager; static Dictionary> prefabs; @@ -28,7 +29,7 @@ public class MilliGolf: Mod, ILocalSettings { public static PlayMakerFSM areaTitleRef; new public string GetName() => "MilliGolf"; - public override string GetVersion() => "1.0.2.0"; + public override string GetVersion() => "1.0.2.1"; public static LocalGolfSettings golfData { get; set; } = new(); public void OnLoadLocal(LocalGolfSettings g) => golfData = g; @@ -74,6 +75,7 @@ public override void Initialize(Dictionary