1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02: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")