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