1
0
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:
Zweihorn 2022-12-21 00:18:02 +01:00 committed by GitHub
parent 6f81a17c3b
commit 1e8f11f29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,3 +75,6 @@ minetest.register_globalstep(function(dtime)
time = 0
end
end)
-- print to log after mod was loaded successfully
print ("[MOD] 3D Armor - Wield View loaded")