mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-27 07:12:24 +00:00
[Commands] Fix formatting of #wpinfo output. (#3728)
This commit is contained in:
parent
d8953c5156
commit
9a6403b196
@ -113,7 +113,7 @@ void NPC::DisplayWaypointInfo(Client *client) {
|
||||
(
|
||||
current_waypoint.pause ?
|
||||
fmt::format(
|
||||
"{} ({})",
|
||||
" {} ({})",
|
||||
Strings::SecondsToTime(current_waypoint.pause),
|
||||
current_waypoint.pause
|
||||
) :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user