From d1d992f80718489faf1002e65bf065aa3d364817 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Wed, 13 Aug 2025 22:40:54 +0100 Subject: [PATCH] Fix destroy poly function trying to do all options --- shared/polyZone.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/polyZone.lua b/shared/polyZone.lua index a736b0b..e594703 100644 --- a/shared/polyZone.lua +++ b/shared/polyZone.lua @@ -173,6 +173,7 @@ function removePolyZone(Location) if isStarted(script.polyZoneScript) then debugPrint("^6Bridge^7: ^2Removing ^3"..script.polyZoneScript.." ^2Zone^7") script.removeZone(Location) + break end end end \ No newline at end of file