Commit 5d2778e
authored
* Fix(Core/Misc): Acore::StringFormat to fmt format
Fixes the issue that variables are not properly replaced.
Instead placeholders %s,%u and %i were shown in chat.
Closes issue #187
* Fix(Core/Misc): Acore::StringFormat to fmt format
Fixes the issue that variables are not properly replaced.
Instead placeholders %.2f and %.3f were shown in chat.
Closes issue #187
* Adjusted format for float placehodlers
Makes sure the original formatting for float
placeholders still fits
Closes issue #187
1 parent f1b10a7 commit 5d2778e
2 files changed
+279
-279
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6494 | 6494 | | |
6495 | 6495 | | |
6496 | 6496 | | |
6497 | | - | |
| 6497 | + | |
6498 | 6498 | | |
6499 | 6499 | | |
6500 | 6500 | | |
| |||
6506 | 6506 | | |
6507 | 6507 | | |
6508 | 6508 | | |
6509 | | - | |
| 6509 | + | |
6510 | 6510 | | |
6511 | 6511 | | |
6512 | 6512 | | |
| |||
6603 | 6603 | | |
6604 | 6604 | | |
6605 | 6605 | | |
6606 | | - | |
| 6606 | + | |
6607 | 6607 | | |
6608 | 6608 | | |
6609 | 6609 | | |
| |||
0 commit comments