Skip to content

Commit

Permalink
update shared esp server
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRAVEDLIVO committed Oct 25, 2021
1 parent 95d824f commit 79bdf79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings/General.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ APPLESS_X = 960
APPLESS_Y = 100

//Web Sockets Server to connect
WEBSOCKET_SERVER = 95.181.152.27
WEBSOCKET_SERVER = 65.21.186.130

//Menu stays focused even when csgo isn't
MENU_STAY_FOCUSED = false
Expand Down
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 @@ -48,7 +48,7 @@ data class sWeapon(var tSkinID: Int, var tStatTrak: Int, var tWear: Float, var t
const val TITLE = "RatPoison"
const val BRANCH = "Beta"
const val F_VERSION = "1.8"
const val M_VERSION = "1.8.5.8"
const val M_VERSION = "1.8.5.9"
var LOADED_CONFIG = "DEFAULT"
var oWeaponSize = oWeapon::class.java.declaredFields.size

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.8.5.8
1.8.5.9
beta

0 comments on commit 79bdf79

Please sign in to comment.