mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 10:34:41 +02:00
copy and paste argument fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user