[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ void NPC::DisplayWaypointInfo(Client *client) {
(
current_waypoint.pause ?
fmt::format(
"{} ({})",
" {} ({})",
Strings::SecondsToTime(current_waypoint.pause),
current_waypoint.pause
) :