Merge branch 'master' into release

This commit is contained in:
snowleo 2011-07-16 16:53:13 +02:00
commit 34b0deba29

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)
{ {