mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
fixing eco command player argument. must be careful with c&p :/
This commit is contained in:
parent
8a1fb88ecd
commit
aefbf921fe
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class Commandeco extends EssentialsCommand
|
|||
}
|
||||
else
|
||||
{
|
||||
User u = getPlayer(server, args, 0, true);
|
||||
User u = getPlayer(server, args, 1, true);
|
||||
switch (cmd)
|
||||
{
|
||||
case GIVE:
|
||||
|
|
Loading…
Reference in a new issue