From: Elias Fleckenstein Date: Fri, 19 Feb 2021 20:59:13 +0000 (+0100) Subject: Add empty 'tp' table to elidragon namespace that can be used to check wether the... X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1062c2ef2b6628018d3145c3de6d9d25a4badbb1;p=elidragon_v2.git Add empty 'tp' table to elidragon namespace that can be used to check wether the tp mod was loaded --- diff --git a/mods/elidragon_tp/init.lua b/mods/elidragon_tp/init.lua index 5c84b43..1940131 100644 --- a/mods/elidragon_tp/init.lua +++ b/mods/elidragon_tp/init.lua @@ -13,3 +13,5 @@ elidragon.request.register({ player:set_pos(elidragon.util.find_free_position_near(target_pos)) end, }) + +elidragon.tp = {}