Updated version to 1.2.5-R0.1-SNAPSHOT, changed commands to match vanilla

This commit is contained in:
Dinnerbone (Laptop)
2012-03-30 23:33:23 +02:00
parent dffdc05a5a
commit d61f0dbe41
26 changed files with 26 additions and 26 deletions

View File

@@ -43,6 +43,6 @@ public class ExpCommand extends VanillaCommand {
@Override
public boolean matches(String input) {
return input.startsWith("xp ") || input.equalsIgnoreCase("xp");
return input.equalsIgnoreCase("xp");
}
}