1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-31 18:21:51 +02:00

fixed args count

This commit is contained in:
Iaccidentally
2012-07-22 14:57:09 -04:00
parent fc6acc9af8
commit be87640ec4

View File

@@ -88,7 +88,7 @@ public class Commandeco extends EssentialsCommand
}
else
{
final IUser player = ess.getUserMap().matchUser(args[0], true, true);
final IUser player = ess.getUserMap().matchUser(args[1], true, true);
switch (cmd)
{
case GIVE: