Merge pull request #186 from magnusulf/patch-1

Minor Change
This commit is contained in:
Olof Larsson 2014-11-24 07:52:00 +01:00
commit cb1a9c4a58

View File

@ -587,11 +587,7 @@ public class MassiveCommand
public boolean argIsSet(int idx) public boolean argIsSet(int idx)
{ {
if (this.args.size() < idx+1) return ! (this.args.size() < idx+1);
{
return false;
}
return true;
} }
// arg // arg