Improved warning message from wreload command
This commit is contained in:
parent
a13c3f54fc
commit
49e79b7ff1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class CommandReload extends CommandBase {
|
|||
if (sender == null) { return; }
|
||||
|
||||
WarpDriveConfig.reload();
|
||||
Commons.addChatMessage(sender, "§aWarpDrive configuration has been reloaded.\n§aUse at your own risk!");
|
||||
Commons.addChatMessage(sender, "§aWarpDrive configuration has been reloaded.\n§cUse at your own risk!");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue