sussy bigger changes

This commit is contained in:
2023-04-25 00:59:13 +02:00
parent 458dc9dc15
commit 25ecab3ad8
5 changed files with 37 additions and 33 deletions

View File

@@ -35,6 +35,9 @@ dofile(commonpath .. "strict.lua")
dofile(commonpath .. "serialize.lua")
dofile(commonpath .. "misc_helpers.lua")
-- disable day/night cycle
minetest.settings:set("time_speed", 0)
if INIT == "game" then
dofile(gamepath .. "init.lua")
assert(not core.get_http_api)