9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-04 15:41:36 +00:00

Fixed use-display-name not working on /skills rank

This commit is contained in:
Auxilor
2021-09-21 13:53:05 +01:00
parent c705aa89de
commit 902e131acb

View File

@@ -43,7 +43,7 @@ class CommandRank(plugin: EcoPlugin) :
val messages = plugin.langYml.getStrings("top", false)
val lines = mutableListOf<String>()
val useDisplayName = plugin.configYml.getBool("commands.rank.use-display-name")
val useDisplayName = plugin.configYml.getBool("commands.top.use-display-name")
for ((rank, player) in top) {
var line = plugin.langYml.getString("top-line-format", false)