We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bec8b0 commit 007174eCopy full SHA for 007174e
src/main/kotlin/com/mairwunnx/projectessentialspermissions/commands/PermissionsCommand.kt
@@ -42,7 +42,7 @@ internal object PermissionsCommand {
42
Class.forName(
43
"com.mairwunnx.projectessentialscooldown.essentials.CommandsAliases"
44
)
45
- CommandsAliases.aliases["essentials"] = mutableListOf("ess")
+ CommandsAliases.aliases["essentials"] = aliases.toMutableList()
46
} catch (_: ClassNotFoundException) {
47
// ignored
48
}
0 commit comments