mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-07-03 08:30:41 +02:00
Change le message de chargement du mod vers le journal "action"
This commit is contained in:
@ -1042,5 +1042,5 @@ local msg = ("[nether] loaded after ca. %g seconds."):format(time)
|
|||||||
if time > 0.01 then
|
if time > 0.01 then
|
||||||
print(msg)
|
print(msg)
|
||||||
else
|
else
|
||||||
minetest.log("info", msg)
|
minetest.log("action", msg)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user