mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-03 19:52:40 +02:00
Golden rule of commiting, don't make formatting worse in a cleanup commit.
This commit is contained in:
@@ -18,7 +18,7 @@ public class Commanditem extends EssentialsCommand
|
||||
throw new NotEnoughArgumentsException();
|
||||
|
||||
}
|
||||
if (args.length > 1 && "love".equals(args[0]) && "you".equals(args[1]))
|
||||
if (args.length > 1 && args[0].equals("love") && args[1].equals("you"))
|
||||
{
|
||||
user.sendMessage("What is love?");
|
||||
user.sendMessage("Baby don't hurt me");
|
||||
|
Reference in New Issue
Block a user