12 lines
378 B
Lua
Raw Normal View History

-- LUALOCALS < ---------------------------------------------------------
local dofile, minetest
= dofile, minetest
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
local path = minetest.get_modpath(modname)
dofile(path .. "/player.lua")
dofile(path .. "/hotpotato.lua")
dofile(path .. "/suicide.lua")