Skip to content

Commit

Permalink
Got rid of how??!? message lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Feb 4, 2017
1 parent 5ccbf27 commit 4992865
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/com/charlatano/scripts/esp/GlowESP.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import com.charlatano.utils.every
internal fun glowEsp() = every(4) {
if (!GLOW_ESP) return@every

println("HOW?!?!?!?")

entities {
val entity = it.entity
if (entity <= 0 || me == entity) return@entities
Expand Down

0 comments on commit 4992865

Please sign in to comment.