diff --git a/Si_AntiGrief/Si_AntiGrief.cs b/Si_AntiGrief/Si_AntiGrief.cs index c2ec240..54592e2 100644 --- a/Si_AntiGrief/Si_AntiGrief.cs +++ b/Si_AntiGrief/Si_AntiGrief.cs @@ -57,7 +57,7 @@ public override void OnInitializeMelon() _NegativeKillsThreshold ??= _modCategory.CreateEntry("Grief_NegativeKills_Threshold", -125); _NegativeKills_Penalty_Ban ??= _modCategory.CreateEntry("Grief_NegativeKills_Penalty_Ban", true); _StructureAntiGrief_IgnoreNodes ??= _modCategory.CreateEntry("Grief_IgnoreFriendlyNodesDestroyed", true); - _BlockShrimpControllers ??= _modCategory.CreateEntry("Grief_BlockShrimpTakeOver", true); + _BlockShrimpControllers ??= _modCategory.CreateEntry("Grief_BlockShrimpTakeOver", false); }