Skip to content

Commit eefd045

Browse files
committed
Install ReloadSystem for /qs reload command
1 parent a641df1 commit eefd045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/maxgamer/quickshop/command/subcommand/SubCommand_Reload.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ public class SubCommand_Reload implements CommandHandler<CommandSender> {
3434
public void onCommand(@NotNull CommandSender sender, @NotNull String commandLabel, @NotNull String[] cmdArg) {
3535
plugin.text().of(sender, "command.reloading").send();
3636
plugin.reloadConfiguration();
37+
plugin.getReloadManager().reload();
3738
}
3839
}

0 commit comments

Comments
 (0)