1
0
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:
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 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: