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:
@@ -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"))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user