forked from VoxeLibre/VoxeLibre
Remove debug line
This commit is contained in:
parent
6158e4e50d
commit
c94964d10a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue