Skip to content

Commit d245eac

Browse files
committed
Update RenderUtils.kt
this doesn't work, don't ask me why
1 parent 8949340 commit d245eac

File tree

1 file changed

+0
-3
lines changed
  • src/main/kotlin/gg/skytils/skytilsmod/features/impl/dungeons/catlas/utils

1 file changed

+0
-3
lines changed

src/main/kotlin/gg/skytils/skytilsmod/features/impl/dungeons/catlas/utils/RenderUtils.kt

-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ object RenderUtils {
139139
(mc.thePlayer.posZ - DungeonScanner.startZ + 15) * MapUtils.coordMultiplier + MapUtils.startCorner.second,
140140
0.0
141141
)
142-
if (CatlasConfig.alwaysShowOwnPlayerOnTop) {
143-
GlStateManager.translate(0f, 0f, 0.2f)
144-
}
145142
} else {
146143
player.teammate.player?.also { entityPlayer ->
147144
// If the player is loaded in our view, use that location instead (more precise)

0 commit comments

Comments
 (0)