Corrected TFT method call
This commit is contained in:
+1
-1
@@ -402,7 +402,7 @@ class TFTInteractionListeners : InteractionListener(){
|
|||||||
val legGuild = questPoints!! >= 111
|
val legGuild = questPoints!! >= 111
|
||||||
val heroGuild = questPoints!! >= 5
|
val heroGuild = questPoints!! >= 5
|
||||||
val masteredAmount = player?.getSkills()?.masteredSkills!! > 0
|
val masteredAmount = player?.getSkills()?.masteredSkills!! > 0
|
||||||
var SKILLNAME = getMasteredSkills(player!!)
|
var SKILLNAME = getMasteredSkillNames(player!!)
|
||||||
|
|
||||||
val SKILLER_LYRICS = if(masteredAmount){arrayOf(
|
val SKILLER_LYRICS = if(masteredAmount){arrayOf(
|
||||||
"When people speak of training,",
|
"When people speak of training,",
|
||||||
|
|||||||
Reference in New Issue
Block a user