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