Add support for optionally setting start time and time speed per-map (#478)
This commit is contained in:
parent
8241544d07
commit
21e7daa183
5 changed files with 26 additions and 5 deletions
|
@ -20,6 +20,7 @@ if minetest.get_modpath("ctf") then
|
|||
dofile(modpath .. "/base.lua")
|
||||
dofile(modpath .. "/chest.lua")
|
||||
dofile(modpath .. "/give_initial_stuff.lua")
|
||||
dofile(modpath .. "/time.lua")
|
||||
dofile(modpath .. "/schem_map.lua")
|
||||
dofile(modpath .. "/maps_catalog.lua")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue