forked from RepoMirrors/kami-blue
formatting
This commit is contained in:
parent
2520f266f3
commit
f48f5aed92
|
@ -25,8 +25,8 @@ public class XRayCommand extends Command {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!xr.isEnabled()) {
|
if (!xr.isEnabled()) {
|
||||||
Command.sendWarningMessage("&cWarning: The XRay module is not enabled!");
|
Command.sendWarningMessage("&6Warning: The XRay module is not enabled!");
|
||||||
Command.sendWarningMessage("&cThese commands will still have effect, but will not visibly do anything.");
|
Command.sendWarningMessage("These commands will still have effect, but will not visibly do anything.");
|
||||||
}
|
}
|
||||||
for (String s : args) {
|
for (String s : args) {
|
||||||
if (s == null)
|
if (s == null)
|
||||||
|
|
Loading…
Reference in New Issue