Fishing village safe zone triggers not working
Hello!  I just wanted to bring to attention that the Fishing Village safe zone triggers don't exist within Oxide.  Outpost and Bandit Camp are in the array, and I can disable their zones, but not the Fishing Villages.

Thanks for reading, any suggestions?

Code:
foreach (var safezone in UnityEngine.Object.FindObjectsOfType<TriggerSafeZone>())
{
    safezone.enabled = false;
    Server.Broadcast(safezone.name + " Disabled");
}

Output:
SafeZoneLarge Disabled
SafeZone Disabled

Hello, I have no Idea about fishing village but I'm trying to remove safezone from Bandit Camp and revert as it was last times, I tryed your code on server init() but it doesn't remove safezone at all, can you please help me out