mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
use reflexive pronoun in hug self
This commit is contained in:
parent
3445209af9
commit
0f81ae24a0
@ -27,7 +27,7 @@ namespace MCGalaxy.Commands.Chatting
|
||||
Player target = PlayerInfo.FindMatches(p, name);
|
||||
if (target == null) return false;
|
||||
|
||||
string reciever = p == target ? "themselves" : target.ColoredName;
|
||||
string reciever = p == target ? p.pronouns.Reflexive : target.ColoredName;
|
||||
if (!TryMessage(p, msg.Replace("λTARGET", reciever))) return false;
|
||||
|
||||
if (messageWho && p != target && !Chat.Ignoring(target, p)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user