mirror of
https://github.com/essentials/Essentials.git
synced 2025-01-17 13:28:30 +01:00
Fix /r
This commit is contained in:
parent
e07dc0f248
commit
e0177e28b1
@ -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…
x
Reference in New Issue
Block a user