mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-11 18:10:16 +00:00
copy and paste argument fix
This commit is contained in:
parent
7ed57bc291
commit
343291b210
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class Commandeco extends EssentialsCommand
|
||||||
User u = ess.getUser(args[1]);
|
User u = ess.getUser(args[1]);
|
||||||
if (u == null)
|
if (u == null)
|
||||||
{
|
{
|
||||||
u = ess.getOfflineUser(args[0]);
|
u = ess.getOfflineUser(args[1]);
|
||||||
}
|
}
|
||||||
switch (cmd)
|
switch (cmd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue