mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +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());
|
painting.setDirection(painting.getDirection());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
this.update();
|
//this.update(); Paper - Don't resent entity on art update
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue