Fixed command aliases

This commit is contained in:
Auxilor
2023-05-12 16:54:03 +01:00
parent 15c512f3ca
commit d8793bc2bb
3 changed files with 7 additions and 9 deletions

View File

@@ -170,7 +170,7 @@ public interface Eco {
* @return The PluginCommandBase implementation
*/
@NotNull
PluginCommandBase createPluginCommand(@NotNull CommandBase parentDelegate,
PluginCommandBase createPluginCommand(@NotNull PluginCommandBase parentDelegate,
@NotNull EcoPlugin plugin,
@NotNull String name,
@NotNull String permission,