1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2024-09-28 23:40:36 +02:00

amend load print

This commit is contained in:
Zweihorn 2022-12-20 23:38:08 +01:00 committed by GitHub
parent 67f65bd7ff
commit bb3026c7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,3 +36,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
inventory_plus.set_inventory_formspec(player, formspec) inventory_plus.set_inventory_formspec(player, formspec)
end end
end) end)
-- print to log after mod was loaded successfully
print ("[MOD] 3D Armor IP loaded")