forked from minetest-mods/player_monoids
Ajoute message de chargement du mod dans le journal "action"
This commit is contained in:
2
init.lua
2
init.lua
@ -116,3 +116,5 @@ end
|
|||||||
|
|
||||||
dofile(modpath .. "standard_monoids.lua")
|
dofile(modpath .. "standard_monoids.lua")
|
||||||
dofile(modpath .. "test.lua")
|
dofile(modpath .. "test.lua")
|
||||||
|
|
||||||
|
minetest.log("action", "[player_monoids] loaded.")
|
||||||
|
Reference in New Issue
Block a user