[Commands] Fix formatting of #wpinfo output. (#3728)

This commit is contained in:
Paul Coene
2023-12-01 15:28:24 -05:00
committed by GitHub
parent d8953c5156
commit 9a6403b196
+1 -1
View File
@@ -113,7 +113,7 @@ void NPC::DisplayWaypointInfo(Client *client) {
( (
current_waypoint.pause ? current_waypoint.pause ?
fmt::format( fmt::format(
"{} ({})", " {} ({})",
Strings::SecondsToTime(current_waypoint.pause), Strings::SecondsToTime(current_waypoint.pause),
current_waypoint.pause current_waypoint.pause
) : ) :