mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Fix /r
This commit is contained in:
parent
64e089e15b
commit
298e677373
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue