mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
mute for offline users
This commit is contained in:
parent
5ad12b52f8
commit
088f50ce8a
@ -21,7 +21,7 @@ public class Commandmute extends EssentialsCommand
|
||||
throw new NotEnoughArgumentsException();
|
||||
}
|
||||
|
||||
User p = getPlayer(server, args, 0);
|
||||
User p = getPlayer(server, args, 0, true);
|
||||
long muteTimestamp = 0;
|
||||
if (args.length > 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user