1 Commits
1.6.0 ... 1.6.1

Author SHA1 Message Date
mikx
db06cf19ad (1.6.1) Removed a debug logic 2026-02-15 04:10:42 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -42,8 +42,8 @@ namespace MxValheim.EventSystem
{
// Use a small timer check so we don't spam the logic every single frame
// though for debugging, forcing these values is fine.
__instance.m_eventIntervalMin = 10f;
__instance.m_eventChance = 100f;
//__instance.m_eventIntervalMin = 10f;
//__instance.m_eventChance = 100f;
}
}

View File

@@ -28,7 +28,7 @@ public class MxValheimMod : BaseUnityPlugin
private const string ModGUID = "ovh.mxdev.mxvalheim";
private const string ModName = "MxValheim";
private const string ModVersion = "1.6.0";
private const string ModVersion = "1.6.1";
public static ConfigEntry<bool> Config_Locked;
public static ConfigEntry<int> Config_OreMultiplier;