openfortress / public-issue-tracker

Public bug tracker for https://openfortress.fun
MIT License
3 stars 0 forks source link

[Bug]: Hint Text duplicates text when linebreaks are used #88

Closed Fraeven closed 1 year ago

Fraeven commented 1 year ago

Describe the bug.

When printing hint text to a client (as generated from a sourcemod plugin, for example), if that hint text contains a linebreak each subsequent line will be duplicated.

See screenshot: image

This interferes with legibility when reading vote output, for example.

Version

rev18

What server did this occur on?

Local server, SCG (both linux)

Reproduction steps

From a sourcemod plugin, do the following: PrintHintText(client, "This\nis\na\ntest");

Which operating systems have you used?

Windows

Expected behavior

Linebreaks in hint text should work normally and not duplicate text.

Relevant log output

No response

Additional context

No response

Fraeven commented 1 year ago

fixed in rev19