mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +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 ?
|
||||
fmt::format(
|
||||
"{} ({})",
|
||||
" {} ({})",
|
||||
Strings::SecondsToTime(current_waypoint.pause),
|
||||
current_waypoint.pause
|
||||
) :
|
||||
|
||||
Reference in New Issue
Block a user