mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-21 19:44:05 +02:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9201fc8a64
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ public class ReloadCommand extends SimpleCommand {
|
||||||
BlazeSMP.getInstance().reloadConfig();
|
BlazeSMP.getInstance().reloadConfig();
|
||||||
BlazeSMP.getInstance().getProtectedBlocks().save();
|
BlazeSMP.getInstance().getProtectedBlocks().save();
|
||||||
BlazeSMP.getInstance().getHomes().save();
|
BlazeSMP.getInstance().getHomes().save();
|
||||||
|
L4M4.init();
|
||||||
player.sendMessage(MiniMessage.miniMessage().deserialize(L4M4.get("config.reloaded")));
|
player.sendMessage(MiniMessage.miniMessage().deserialize(L4M4.get("config.reloaded")));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue