Skip to content

Commit 1305be9

Browse files
committed
comment
1 parent 9411825 commit 1305be9

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/render

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/render/StorageESP.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ object StorageESP : Module(
107107

108108
(entitySearch<AbstractMinecartEntity>(range = distance) +
109109
entitySearch<ItemFrameEntity>(range = distance))
110-
.forEach { event.renderer.build(it, DirectionMask.ALL) }
110+
.forEach { event.renderer.build(it, DirectionMask.ALL) } // I didn't add block entity meshing because I'm not sure how to handle blocks that aren't full
111111
}
112112
}
113113

0 commit comments

Comments
 (0)