9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-28 19:39:06 +00:00

Fix Warriorrrr's item frame track rewrite patch due to server changes

This commit is contained in:
MrPowerGamerBR
2023-11-19 14:23:57 -03:00
parent 82aee81eac
commit 27b4f21dfc

View File

@@ -136,7 +136,7 @@ index 50713f03c783c63f93710d986d94af544be0615a..5a0978c2342647d6293cd370e489a727
}
this.setDecorationsDirty();
+ if (type.isRenderedOnFrame() || (mapicon1 != null && mapicon.getType().isRenderedOnFrame())) this.dirtyFrameDecorations = true; // Paper
+ if (type.isRenderedOnFrame() || (mapicon1 != null && mapicon.type().isRenderedOnFrame())) this.dirtyFrameDecorations = true; // Paper
}
}