mute for offline users

This commit is contained in:
snowleo 2011-07-16 16:52:50 +02:00
parent 5ad12b52f8
commit 088f50ce8a

View File

@ -21,7 +21,7 @@ public class Commandmute extends EssentialsCommand
throw new NotEnoughArgumentsException(); throw new NotEnoughArgumentsException();
} }
User p = getPlayer(server, args, 0); User p = getPlayer(server, args, 0, true);
long muteTimestamp = 0; long muteTimestamp = 0;
if (args.length > 1) if (args.length > 1)
{ {