Skip to content

Stable version

Latest
Compare
Choose a tag to compare
@Helias Helias released this 26 Sep 18:05
· 1 commit to master since this release
5d2778e
Fix for broken chat messages #187 (#189)

* 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