Add support for optionally setting start time and time speed per-map (#478)

This commit is contained in:
ANAND 2019-10-17 10:48:06 +05:30 committed by GitHub
parent 8241544d07
commit 21e7daa183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 5 deletions

View file

@ -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")