mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
Dont resent entity on art update
This commit is contained in:
@@ -36,7 +36,7 @@ public class CraftPainting extends CraftHanging implements Painting {
|
|||||||
painting.setDirection(painting.getDirection());
|
painting.setDirection(painting.getDirection());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
this.update();
|
//this.update(); Paper - Don't resent entity on art update
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user