mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
[Commands] Fix formatting of #wpinfo output. (#3728)
This commit is contained in:
+1
-1
@@ -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
|
||||||
) :
|
) :
|
||||||
|
|||||||
Reference in New Issue
Block a user