mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 11:04:29 +02:00
fixing eco command player argument. must be careful with c&p :/
This commit is contained in:
@@ -55,7 +55,7 @@ public class Commandeco extends EssentialsCommand
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
User u = getPlayer(server, args, 0, true);
|
User u = getPlayer(server, args, 1, true);
|
||||||
switch (cmd)
|
switch (cmd)
|
||||||
{
|
{
|
||||||
case GIVE:
|
case GIVE:
|
||||||
|
Reference in New Issue
Block a user