Fix arg reading bug.

This commit is contained in:
Madus 2015-05-22 10:21:35 +02:00 committed by Olof Larsson
parent b244ff63c7
commit 99604482aa

View File

@ -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)