Fix startup crash caused by bad function call

This commit is contained in:
bri cassa 2023-11-26 14:43:05 +01:00
parent cd93d09d01
commit ee51e847df
1 changed files with 1 additions and 1 deletions

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