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

Revert "Fixed /stats"

This reverts commit f7703e6bf2.
This commit is contained in:
Auxilor
2024-06-25 12:22:53 +01:00
parent f7703e6bf2
commit 1c8a0c8b5c

View File

@@ -16,7 +16,6 @@ class CommandEcoSkills(plugin: EcoPlugin) : PluginCommand(
.addSubcommand(CommandReset(plugin))
.addSubcommand(CommandRecount(plugin))
.addSubcommand(CommandSet(plugin))
.addSubcommand(CommandStats(plugin))
}
override fun onExecute(sender: CommandSender, args: List<String>) {