1
0
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:
md_5
2012-10-09 20:24:45 +11:00
parent 4aba49ce30
commit 24ea8fe410

View File

@@ -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");