From: terencehill Date: Wed, 30 Mar 2022 12:58:56 +0000 (+0200) Subject: Restore white tos text in the server info dialog too X-Git-Tag: xonotic-v0.8.5~125 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ac09874ec31c3c33a9798d5d445f20bfbc1bdcf5;p=xonotic%2Fxonotic-data.pk3dir.git Restore white tos text in the server info dialog too --- diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_join_termsofservice.qc b/qcsrc/menu/xonotic/dialog_multiplayer_join_termsofservice.qc index 81d089785..a967dcc26 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_join_termsofservice.qc +++ b/qcsrc/menu/xonotic/dialog_multiplayer_join_termsofservice.qc @@ -21,8 +21,8 @@ void XonoticServerToSTab_fill(entity me) { entity e; me.TR(me); - me.TD(me, me.rows, me.columns, e = makeXonoticTextBox()); - me.textBox = e; + me.TD(me, me.rows, me.columns, e = me.textBox = makeXonoticTextBox()); + e.allowColors = true; } void AdditionalServerInfo_OnGet(entity fh, entity me, int status)