mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-04 14:53:51 +01:00
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
|
if self._texture_copy ~= shield_texture then
|
||||||
self.object:set_properties({textures = {shield_texture}})
|
self.object:set_properties({textures = {shield_texture}})
|
||||||
minetest.chat_send_all("updated")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
self._texture_copy = shield_texture
|
self._texture_copy = shield_texture
|
||||||
|
Loading…
Reference in New Issue
Block a user