From 088f50ce8ae6d3b75392526cff929c3c8aed928a Mon Sep 17 00:00:00 2001 From: snowleo Date: Sat, 16 Jul 2011 16:52:50 +0200 Subject: [PATCH] mute for offline users --- .../src/com/earth2me/essentials/commands/Commandmute.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandmute.java b/Essentials/src/com/earth2me/essentials/commands/Commandmute.java index aca821aac..5b3fef6de 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandmute.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandmute.java @@ -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) {