formatting

This commit is contained in:
Bella 2020-02-17 23:08:49 -05:00
parent 2520f266f3
commit f48f5aed92
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ public class XRayCommand extends Command {
return;
}
if (!xr.isEnabled()) {
Command.sendWarningMessage("&cWarning: The XRay module is not enabled!");
Command.sendWarningMessage("&cThese commands will still have effect, but will not visibly do anything.");
Command.sendWarningMessage("&6Warning: The XRay module is not enabled!");
Command.sendWarningMessage("These commands will still have effect, but will not visibly do anything.");
}
for (String s : args) {
if (s == null)