Skip to content

Commit

Permalink
Merge pull request #849 from sotakoira/2310-master
Browse files Browse the repository at this point in the history
box details master
  • Loading branch information
SPRAVEDLIVO authored Oct 25, 2021
2 parents 56566db + 2756c81 commit 6f11852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/rat/poison/scripts/visuals/BoxESP.kt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fun boxEsp() {
if (!drawBoxDetails) return@forEntities

//Setup entity values
val entityMemory = csgoEXE.read(ent, 70608) ?: return@forEntities
val entityMemory = csgoEXE.read(ent, 71632) ?: return@forEntities

//Set filled for bars
shapeRenderer.set(ShapeRenderer.ShapeType.Filled)
Expand Down

0 comments on commit 6f11852

Please sign in to comment.