Typo-fix
This commit is contained in:
parent
71bf3e9f72
commit
99f6087536
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user