9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-03 22:26:30 +00:00

Fixed invalid messages being sent on toggle command

This commit is contained in:
_OfTeN_
2022-01-10 21:30:47 +03:00
parent d7bc01c5eb
commit d2ea2fba92

View File

@@ -36,6 +36,6 @@ class CommandToggleSound(plugin: EcoPlugin) :
else -> "disabled"
}
player.sendMessage(this.plugin.langYml.getMessage("xp-gain-sound-$key"))
player.sendMessage(this.plugin.langYml.getMessage("$key-xp-gain-sound"))
}
}