aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/mapstich/sv_mapstich.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/core/mapstich/sv_mapstich.lua')
-rw-r--r--gamemode/core/mapstich/sv_mapstich.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/core/mapstich/sv_mapstich.lua b/gamemode/core/mapstich/sv_mapstich.lua
index 0a20828..91b4ec2 100644
--- a/gamemode/core/mapstich/sv_mapstich.lua
+++ b/gamemode/core/mapstich/sv_mapstich.lua
@@ -1,6 +1,6 @@
--Make sure zones are loaded already
nrequire("sv_mysqlite.lua")
-nrequire("sh_zones.lua")
+if not nrequire("sh_zones.lua") then return end
local q = nrequire("core/database/sv_queries.lua")
--if not zones then error("This thing needs zones to function!") end