Fix arg reading bug.
This commit is contained in:
parent
b244ff63c7
commit
99604482aa
@ -32,7 +32,7 @@ public abstract class CmdFactionsSetXRadius extends CmdFactionsSetX
|
||||
|
||||
public Integer getRadius() throws MassiveException
|
||||
{
|
||||
int radius = this.readArg();
|
||||
int radius = this.readArgAt(0);
|
||||
|
||||
// Radius Claim Min
|
||||
if (radius < 1)
|
||||
|
Loading…
Reference in New Issue
Block a user