mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Don't FormatNick twice in /where
This commit is contained in:
parent
197f37dc3a
commit
b7c8b86e26
@ -43,7 +43,7 @@ namespace MCGalaxy.Commands.Info
|
|||||||
targetName = p.FormatNick((Player)target);
|
targetName = p.FormatNick((Player)target);
|
||||||
}
|
}
|
||||||
|
|
||||||
target.DisplayPosition(p, p.FormatNick(targetName));
|
target.DisplayPosition(p, targetName);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Help(Player p) {
|
public override void Help(Player p) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user