Skip to content

Commit

Permalink
crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRAVEDLIVO committed May 4, 2021
1 parent 02a25fa commit c008ad3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/kotlin/rat/poison/RatPoison.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data class sWeapon(var tSkinID: Int, var tStatTrak: Int, var tWear: Float, var t
const val TITLE = "RatPoison"
const val BRANCH = "Master"
const val F_VERSION = "1.7"
const val M_VERSION = "1.7.1"
const val M_VERSION = "1.7.1.3"
var LOADED_CONFIG = "DEFAULT"

//const val EXPERIMENTAL = false
Expand Down
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, 45948) ?: return@forEntities
val entityMemory = csgoEXE.read(ent, 45952) ?: return@forEntities

//Set filled for bars
shapeRenderer.set(ShapeRenderer.ShapeType.Filled)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.7.1
1.7.1.3
master

0 comments on commit c008ad3

Please sign in to comment.