mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 02:59:06 +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
|
||||
{
|
||||
User u = getPlayer(server, args, 0, true);
|
||||
User u = getPlayer(server, args, 1, true);
|
||||
switch (cmd)
|
||||
{
|
||||
case GIVE:
|
||||
|
Reference in New Issue
Block a user