This commit is contained in:
Olof Larsson 2013-04-25 17:22:22 +02:00
parent 71bf3e9f72
commit 99f6087536

View File

@ -32,7 +32,7 @@ public class CmdFactionsKick extends FCommand
public void perform() public void perform()
{ {
// Arg // Arg
UPlayer uplayer = this.arg(1, ARUPlayer.getStartAny(sender)); UPlayer uplayer = this.arg(0, ARUPlayer.getStartAny(sender));
if (uplayer == null) return; if (uplayer == null) return;
// Validate // Validate