mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-27 18:41:28 +01:00
fixing eco command player argument. must be careful with c&p :/
This commit is contained in:
parent
8a1fb88ecd
commit
aefbf921fe
@ -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 New Issue
Block a user