mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-16 07:20:37 +01:00
amend load print
This commit is contained in:
parent
67f65bd7ff
commit
bb3026c7d3
|
@ -36,3 +36,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||
inventory_plus.set_inventory_formspec(player, formspec)
|
||||
end
|
||||
end)
|
||||
|
||||
-- print to log after mod was loaded successfully
|
||||
print ("[MOD] 3D Armor IP loaded")
|
||||
|
|
Loading…
Reference in New Issue
Block a user