commit
cb1a9c4a58
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user