Update 'init.lua'

This commit is contained in:
Genshin 2021-05-16 05:10:25 +00:00
parent 5a81821533
commit 79bd28922c

View File

@ -50,7 +50,7 @@ minetest.register_on_mods_loaded(function(player)
end end
end) end)
end end
minetest.log("action", "Entity on_remove hook injected successfully.") minetest.log("action", "Entity remove hook injected successfully.")
end) end)
--Backwards compatability substitute for on_rightclickplayer (for those who are using outdated clients) --Backwards compatability substitute for on_rightclickplayer (for those who are using outdated clients)