Skip to content

Commit

Permalink
we do a version dump
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRAVEDLIVO committed Apr 2, 2021
1 parent e5dfc70 commit 7c418be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/rat/poison/RatPoison.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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.4"
const val M_VERSION = "1.8.5.5"
var LOADED_CONFIG = "DEFAULT"
var oWeaponSize = oWeapon::class.java.declaredFields.size

Expand Down Expand Up @@ -78,7 +78,6 @@ fun main() {

loadSettingsFromFiles(SETTINGS_DIRECTORY)
loadSkinSettings("$SETTINGS_DIRECTORY/skinCFGS/DefaultSettings.cfg")
"[-1]".boneToNum()

detectLocale()

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.4
1.8.5.5
beta

0 comments on commit 7c418be

Please sign in to comment.