This commit is contained in:
Chris Ward 2013-10-18 17:23:27 +11:00
parent 64e089e15b
commit 298e677373
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class Commandr extends EssentialsCommand
{
if (target.isPlayer())
{
ess.getUser(target.isPlayer()).setReplyTo(sender);
(target.isPlayer() ? ess.getUser(target.getPlayer()) : ess.getUser(Console.NAME)).setReplyTo(sender);
}
else
{