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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user