Added Language Reloader to ReloadCommand

This commit is contained in:
DaTTV 2025-02-21 15:16:41 +01:00
parent dfa234714c
commit a5b5407d63

View file

@ -28,6 +28,7 @@ public class ReloadCommand extends SimpleCommand {
BlazeSMP.getInstance().reloadConfig();
BlazeSMP.getInstance().getProtectedBlocks().save();
BlazeSMP.getInstance().getHomes().save();
L4M4.init();
player.sendMessage(MiniMessage.miniMessage().deserialize(L4M4.get("config.reloaded")));
return true;
}