]> git.lizzy.rs Git - elidragon_v2.git/blobdiff - mods/elidragon_tp/init.lua
Add empty 'tp' table to elidragon namespace that can be used to check wether the...
[elidragon_v2.git] / mods / elidragon_tp / init.lua
index 5c84b43597d33ca5a089210f2114c6cf2a5dde52..1940131a3fdc525a6dd36e033ada11be398a236c 100644 (file)
@@ -13,3 +13,5 @@ elidragon.request.register({
                player:set_pos(elidragon.util.find_free_position_near(target_pos))
        end,
 })
+
+elidragon.tp = {}