1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Support static_spawnpoint setting

This commit is contained in:
Perttu Ahola 2012-04-09 23:29:55 +03:00
parent 8ed74a3429
commit 93cdc9b9dc
5 changed files with 69 additions and 1 deletions

View file

@ -19,4 +19,5 @@ dofile(minetest.get_modpath("__builtin").."/misc.lua")
dofile(minetest.get_modpath("__builtin").."/privileges.lua")
dofile(minetest.get_modpath("__builtin").."/auth.lua")
dofile(minetest.get_modpath("__builtin").."/chatcommands.lua")
dofile(minetest.get_modpath("__builtin").."/static_spawn.lua")