1
0
mirror of https://gitlab.com/echoes91/spears.git synced 2025-07-02 23:50:20 +02:00

Update 2.3

This commit is contained in:
echoes91
2022-09-28 23:44:35 +02:00
parent a6ca632829
commit a523aff826
9 changed files with 33 additions and 15 deletions

View File

@ -11,7 +11,8 @@ dofile(minetest.get_modpath("spears").."/functions.lua")
dofile(minetest.get_modpath("spears").."/tools.lua")
local log_mods = minetest.settings:get_bool("log_mods")
if minetest.setting_get("log_mods") then
minetest.log("action", "spears loaded")
if minetest.settings:get_bool("log_mods") then
minetest.log("action", "[MOD] Spears loaded")
end