Skip to content

Commit 6942fa7

Browse files
authored
Process plugin configs
1 parent a78184c commit 6942fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/ReloadConfigCommand.java

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public void execute(
2727
if (plugin.resourceReloadLock.tryLock(0, TimeUnit.MILLISECONDS)) {
2828
try {
2929
Config.reload();
30+
plugin.processConfigs();
3031
ImageGeneration.onConfigReload();
3132
Bukkit.getPluginManager().callEvent(new MultiChatDiscordSRVConfigReloadEvent());
3233
ChatUtils.sendMessage(Config.i().getMessages().reloadConfig(), sender);

0 commit comments

Comments
 (0)