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

Corrige avertissement sur variable globale

This commit is contained in:
sys4-fr
2018-12-24 01:14:12 +01:00
parent 00d86908d8
commit 63d339a686
2 changed files with 6 additions and 7 deletions

View File

@ -12,6 +12,4 @@ dofile(minetest.get_modpath("spears").."/functions.lua")
dofile(minetest.get_modpath("spears").."/tools.lua")
if minetest.setting_get("log_mods") then
minetest.log("action", "spears loaded")
end
minetest.log("action", "[spears] loaded.")