We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8949340 commit d245eacCopy full SHA for d245eac
src/main/kotlin/gg/skytils/skytilsmod/features/impl/dungeons/catlas/utils/RenderUtils.kt
@@ -139,9 +139,6 @@ object RenderUtils {
139
(mc.thePlayer.posZ - DungeonScanner.startZ + 15) * MapUtils.coordMultiplier + MapUtils.startCorner.second,
140
0.0
141
)
142
- if (CatlasConfig.alwaysShowOwnPlayerOnTop) {
143
- GlStateManager.translate(0f, 0f, 0.2f)
144
- }
145
} else {
146
player.teammate.player?.also { entityPlayer ->
147
// If the player is loaded in our view, use that location instead (more precise)
0 commit comments