diff --git a/MCGalaxy/Commands/Information/CmdWhere.cs b/MCGalaxy/Commands/Information/CmdWhere.cs index 211fd8ea7..805742205 100644 --- a/MCGalaxy/Commands/Information/CmdWhere.cs +++ b/MCGalaxy/Commands/Information/CmdWhere.cs @@ -43,7 +43,7 @@ namespace MCGalaxy.Commands.Info targetName = p.FormatNick((Player)target); } - target.DisplayPosition(p, p.FormatNick(targetName)); + target.DisplayPosition(p, targetName); } public override void Help(Player p) {