mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-05 20:23:01 +02:00
fixed args count
This commit is contained in:
@@ -88,7 +88,7 @@ public class Commandeco extends EssentialsCommand
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
final IUser player = ess.getUserMap().matchUser(args[0], true, true);
|
final IUser player = ess.getUserMap().matchUser(args[1], true, true);
|
||||||
switch (cmd)
|
switch (cmd)
|
||||||
{
|
{
|
||||||
case GIVE:
|
case GIVE:
|
||||||
|
Reference in New Issue
Block a user