Fixed spacing in code around ! operator.
This commit is contained in:
@@ -19,7 +19,7 @@ public class CmdSetBanner extends FCommand {
|
||||
}
|
||||
|
||||
public void perform() {
|
||||
if (! me.getItemInHand().getType().toString().contains("BANNER")) {
|
||||
if (!me.getItemInHand().getType().toString().contains("BANNER")) {
|
||||
fme.msg(TL.COMMAND_SETBANNER_NOTBANNER);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user