1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2024-09-28 07:20:35 +02:00

amend load print

This commit is contained in:
Zweihorn 2022-12-21 00:16:35 +01:00 committed by GitHub
parent f209f4c226
commit 6f81a17c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,3 +181,6 @@ if armor.materials.cactus then
}, },
}) })
end end
-- print to log after mod was loaded successfully
print ("[MOD] 3D Armor - Armor Cactus loaded")