mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 12:01:20 +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]);
|
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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user