mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Corrected TFT method call
This commit is contained in:
parent
f9781c07c0
commit
609702ec27
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ class TFTInteractionListeners : InteractionListener(){
|
|||
val legGuild = questPoints!! >= 111
|
||||
val heroGuild = questPoints!! >= 5
|
||||
val masteredAmount = player?.getSkills()?.masteredSkills!! > 0
|
||||
var SKILLNAME = getMasteredSkills(player!!)
|
||||
var SKILLNAME = getMasteredSkillNames(player!!)
|
||||
|
||||
val SKILLER_LYRICS = if(masteredAmount){arrayOf(
|
||||
"When people speak of training,",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue