Skip to content

Commit 5752a48

Browse files
committed
oops
1 parent 605d1ef commit 5752a48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/de/northernsi/cpa/handler/TerracottaDetectionHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ private static void rerenderTerracottaBlocks() {
5050
return;
5151
}
5252

53-
// scheduler to avoid OpenGL context errs
5453
int renderDistance = mc.gameSettings.renderDistanceChunks;
5554
int playerChunkX = ((int) mc.thePlayer.posX) >> 4;
5655
int playerChunkZ = ((int) mc.thePlayer.posZ) >> 4;

0 commit comments

Comments
 (0)