Skip to content

Commit 887a7b1

Browse files
committed
Update ReloadCommand.java
1 parent 9b898e0 commit 887a7b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

multiworld-bukkit/src/main/java/com/dev7ex/multiworld/command/world/ReloadCommand.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ public boolean execute(@NotNull final CommandSender commandSender, @NotNull fina
2424
.replaceAll("%prefix%", super.getPrefix()));
2525
return true;
2626
}
27+
2728
super.getConfiguration().load();
29+
2830
commandSender.sendMessage(super.getConfiguration().getString("messages.commands.reload.message")
2931
.replaceAll("%prefix%", super.getPrefix()));
3032
return true;

0 commit comments

Comments
 (0)