mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
woops teehee
This commit is contained in:
parent
cce945788d
commit
eab637db3d
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ class GameConfig {
|
|||
if(custom.containsKey("slayer")){
|
||||
val slayer = custom["slayer"] as JSONObject
|
||||
if(slayer.containsKey("enabled")) slayerCountEnabled = slayer["enabled"] as Boolean
|
||||
if(slayer.containsKey("color")) slayerTrackerColor = slayer["color"].toString()
|
||||
if(slayer.containsKey("color")) slayerTrackerColor = slayer["color"].toString().replace("#", "")
|
||||
if(slayer.containsKey("opacity")) slayerTrackerOpacity = slayer["opacity"].toString().toInt()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue