1 Commits

Author SHA1 Message Date
ee51e847df Fix startup crash caused by bad function call 2023-11-26 14:43:05 +01:00

View File

@ -41,4 +41,4 @@ dofile(minetest.get_modpath(current_mod_name) .. "/config.lua")
dofile(minetest.get_modpath(current_mod_name) .. "/global_function.lua")
dofile(minetest.get_modpath(current_mod_name) .. "/blossom.lua")
minetest.log("action", S("[Nature Classic] loaded!"))
minetest.log("action", "[Nature Classic] loaded!")