Skip to content

Commit 3ba0e7e

Browse files
Update ClientProxy.java
1 parent 75e7195 commit 3ba0e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/pufferlab/primal/ClientProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public void renderFX(TileEntity te, double x, double y, double z, ItemStack stac
285285
te.zCoord + z,
286286
item,
287287
meta);
288-
renderFX(fx);
288+
Primal.proxy.renderFX(fx);
289289
}
290290
}
291291
}

0 commit comments

Comments
 (0)