]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Restore white tos text in the server info dialog too
authorterencehill <piuntn@gmail.com>
Wed, 30 Mar 2022 12:58:56 +0000 (14:58 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 30 Mar 2022 12:58:56 +0000 (14:58 +0200)
qcsrc/menu/xonotic/dialog_multiplayer_join_termsofservice.qc

index 81d089785460fd074f7cef0439fa551491815729..a967dcc26f19e50fb0a5c44687b90deb3a0dfcd3 100644 (file)
@@ -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)