(1.3.0) Added ServerSync compatibility
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user