Skip to content

Commit

Permalink
Don't FormatNick twice in /where
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodlyay committed Apr 29, 2024
1 parent 197f37d commit b7c8b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/Commands/Information/CmdWhere.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public override void Use(Player p, string message, CommandData data) {
targetName = p.FormatNick((Player)target);
}

target.DisplayPosition(p, p.FormatNick(targetName));
target.DisplayPosition(p, targetName);
}

public override void Help(Player p) {
Expand Down

0 comments on commit b7c8b86

Please sign in to comment.