mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Dont resent entity on art update
This commit is contained in:
parent
6a51d13dbf
commit
edcdf97059
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class CraftPainting extends CraftHanging implements Painting {
|
|||
painting.setDirection(painting.getDirection());
|
||||
return false;
|
||||
}
|
||||
this.update();
|
||||
//this.update(); Paper - Don't resent entity on art update
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue