mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-25 06:53:37 +00:00
Fix double messages in targeted commands
This commit is contained in:
parent
2615468a08
commit
50a9b5718c
6 changed files with 6 additions and 6 deletions
|
@ -66,7 +66,7 @@ public class Commandr extends EssentialsCommand
|
|||
{
|
||||
if (target.isPlayer())
|
||||
{
|
||||
(target.isPlayer() ? ess.getUser(target.getPlayer()) : ess.getUser(Console.NAME)).setReplyTo(sender);
|
||||
ess.getUser(target.getPlayer()).setReplyTo(sender);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue