mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Merge branch 'master' into release
This commit is contained in:
commit
34b0deba29
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue