fix(core): Fixes displaying some doubles (#585)
This commit is contained in:
parent
a0893b68c0
commit
13717ab2d5
7 changed files with 13 additions and 25 deletions
|
|
@ -201,7 +201,7 @@ namespace Server.Items
|
|||
World.Broadcast(
|
||||
0x35,
|
||||
true,
|
||||
"{0} solen hives teleporters have been created. The entire process took {1:F1} seconds.",
|
||||
"{0} solen hives teleporters have been created. The entire process took {1:0.#} seconds.",
|
||||
count,
|
||||
(endTime - startTime).TotalSeconds
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue