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
1 changed files with 3 additions and 0 deletions

View File

@ -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")