(1.3.0) Added ServerSync compatibility

This commit is contained in:
mikx
2026-01-28 20:05:17 -05:00
parent 3db032a530
commit 766c3f7608
7 changed files with 44 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ namespace MxValheim.Patch
{
if (__result == null || __result.Count == 0) return;
int countToAdd = MxValheimMod.OreMultiplier.Value - 1;
int countToAdd = MxValheimMod.Config_OreMultiplier.Value - 1;
if (countToAdd <= 0) return;
List<GameObject> extraDrops = new List<GameObject>();