aboutsummaryrefslogtreecommitdiff
path: root/gamemode/zones.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/zones.lua')
-rw-r--r--gamemode/zones.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/zones.lua b/gamemode/zones.lua
index f95d6f2..5d6d781 100644
--- a/gamemode/zones.lua
+++ b/gamemode/zones.lua
@@ -1,3 +1,4 @@
+do return end
local version = 1.20 -- Older versions will not run if a newer version is used in another script.
--[[
ZONES - by Bobbleheadbob with help from Zeh Matt
@@ -608,4 +609,4 @@ function zones.PointInPoly(point,poly) //True if point is within a polygon.
end
return inside
-end \ No newline at end of file
+end