Skip to content

Commit c5077ff

Browse files
committed
stuffs
1 parent 4fcff35 commit c5077ff

File tree

1 file changed

+1
-3
lines changed
  • src/main/kotlin/com/github/subat0m1c/hatecheaters/pvgui/v2/pages

1 file changed

+1
-3
lines changed

src/main/kotlin/com/github/subat0m1c/hatecheaters/pvgui/v2/pages/Overview.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import com.github.subat0m1c.hatecheaters.pvgui.v2.Pages
77
import com.github.subat0m1c.hatecheaters.pvgui.v2.Pages.centeredText
88
import com.github.subat0m1c.hatecheaters.pvgui.v2.Pages.playClickSound
99
import com.github.subat0m1c.hatecheaters.pvgui.v2.utils.DropDownDSL
10-
import com.github.subat0m1c.hatecheaters.pvgui.v2.utils.Utils.drawPlayerOnScreen
1110
import com.github.subat0m1c.hatecheaters.pvgui.v2.utils.Utils.without
1211
import com.github.subat0m1c.hatecheaters.pvgui.v2.utils.dropDownMenu
1312
import com.github.subat0m1c.hatecheaters.pvgui.v2.utils.profileLazy
@@ -32,7 +31,6 @@ import net.minecraft.client.entity.EntityOtherPlayerMP
3231
import net.minecraft.client.resources.DefaultPlayerSkin
3332
import net.minecraft.entity.EntityLivingBase
3433
import net.minecraft.util.ResourceLocation
35-
import org.lwjgl.input.Mouse
3634
import java.util.*
3735
import kotlin.math.floor
3836

@@ -101,7 +99,7 @@ object Overview: Pages.PVPage("Overview") {
10199

102100
dropDown.draw()
103101

104-
playerEntity?.let { drawPlayerOnScreen(playerX.toDouble(), lineY + mainHeight / 2.0 + 100, 100, Mouse.getX(), Mouse.getY() - 200, it) }
102+
// playerEntity?.let { drawPlayerOnScreen(playerX.toDouble(), lineY + mainHeight / 2.0 + 100, 100, Mouse.getX(), Mouse.getY() - 200, it) }
105103
}
106104

107105
override fun mouseClick(x: Int, y: Int, button: Int) {

0 commit comments

Comments
 (0)