1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-22 23:15:36 +01:00

Dont resent entity on art update

This commit is contained in:
Owen1212055 2022-06-08 11:04:47 -04:00
parent 6a51d13dbf
commit edcdf97059

View file

@ -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;
}