Remove debug line

This commit is contained in:
NO411 2022-03-19 15:26:41 +01:00
parent 6158e4e50d
commit c94964d10a
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ minetest.register_entity("mcl_shields:shield_entity", {
if self._texture_copy ~= shield_texture then
self.object:set_properties({textures = {shield_texture}})
minetest.chat_send_all("updated")
end
self._texture_copy = shield_texture