aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/zones/sh_zones.lua
blob: 69c6e0483c894ec5176e623dcdea8f23af8cd23b (plain)
1
2
3
4
5
6
if not zones then
	error("Bobbleheadbob's Zone's api is required for cross-server teleportation and npc spawning")
	return false
end

return true