From 05797f2252da547b24ee2b4e5ecc5b24b450bbfd Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Thu, 25 Jul 2019 14:12:26 -0500 Subject: [PATCH] Move some TPR functions... ...to "config.lua". --- config.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.lua b/config.lua index 969d23d..82dd30a 100644 --- a/config.lua +++ b/config.lua @@ -27,6 +27,8 @@ local S, NS = dofile(MP.."/intllib.lua") timeout_delay = 60 version = "1.5" +chatmsg, source, target, name2, + map_size = 30912 function can_teleport(to) return to.x < map_size and to.x > -map_size and to.y < map_size and to.y > -map_size and to.z < map_size and to.z > -map_size