From ac09874ec31c3c33a9798d5d445f20bfbc1bdcf5 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 30 Mar 2022 14:58:56 +0200 Subject: [PATCH] Restore white tos text in the server info dialog too --- qcsrc/menu/xonotic/dialog_multiplayer_join_termsofservice.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2