Skip to content

Commit

Permalink
Forge 1.20.1 - Attempting to fix issue with mod compat and dedicated …
Browse files Browse the repository at this point in the history
…servers

I was never able to actually duplicate the issue described in #301 but this is where the error is pointing me too.

In my testing it doesn't appear that removing this line of code does anything detrimental so it's being removed.
  • Loading branch information
Brian-Wuest committed Jan 8, 2025
1 parent ca6dc26 commit 398d899
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ public static void onWorldRenderLast(RenderLevelStageEvent event) {
VertexConsumer prefabBuffer = mc.renderBuffers().bufferSource().getBuffer(ClientProxy.PREVIEW_LAYER);

StructureRenderHandler.newRenderPlayerLook(mc.player, event.getPoseStack(), prefabBuffer, vec3.x, vec3.y, vec3.z);

prefabBuffer.endVertex();
}

// If there are structure scanners; run the rendering for them now.
Expand Down

0 comments on commit 398d899

Please sign in to comment.