mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
copy and paste argument fix
This commit is contained in:
parent
7ed57bc291
commit
343291b210
@ -58,7 +58,7 @@ public class Commandeco extends EssentialsCommand
|
||||
User u = ess.getUser(args[1]);
|
||||
if (u == null)
|
||||
{
|
||||
u = ess.getOfflineUser(args[0]);
|
||||
u = ess.getOfflineUser(args[1]);
|
||||
}
|
||||
switch (cmd)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user