mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-18 07:40:39 +02:00
Fix startup crash caused by bad function call
This commit is contained in:
@ -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) .. "/global_function.lua")
|
||||||
dofile(minetest.get_modpath(current_mod_name) .. "/blossom.lua")
|
dofile(minetest.get_modpath(current_mod_name) .. "/blossom.lua")
|
||||||
|
|
||||||
minetest.log("action", S("[Nature Classic] loaded!"))
|
minetest.log("action", "[Nature Classic] loaded!")
|
||||||
|
Reference in New Issue
Block a user