Fix using /setworth <price>

This commit is contained in:
KHobbits 2012-03-29 00:13:56 +01:00
parent 2aed3af3c4
commit 10f82a6723

View File

@ -17,7 +17,7 @@ public class Commandsetworth extends EssentialsCommand
@Override
public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
{
if (args.length < 2)
if (args.length < 1)
{
throw new NotEnoughArgumentsException();
}