]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove cl_netfps from the menu (it's not a worthwhile setting to include in the menu...
authorMario <mario.mario@y7mail.com>
Wed, 18 Dec 2019 17:37:36 +0000 (03:37 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 18 Dec 2019 17:37:36 +0000 (03:37 +1000)
qcsrc/menu/xonotic/dialog_settings_misc.qc

index ca812d30415bd23c46802c36c0359cc41e0e3bd2..11e6ca2b5ab1ddbb5490209789c662c41cba9cb2 100644 (file)
@@ -40,10 +40,6 @@ void XonoticMiscSettingsTab_fill(entity me)
                        e.addValue(e, _("Fast ADSL"), "40000");
                        e.addValue(e, _("Broadband"), "66666");
                        e.configureXonoticTextSliderValues(e);
-       me.TR(me);
-               me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Input packets/s:")));
-               me.TD(me, 1, 2, e = makeXonoticSlider_T(30, 180, 5, "cl_netfps",
-                       _("How many input packets to send to the server each second")));
        me.TR(me);
                me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Server queries/s:")));
                me.TD(me, 1, 2, e = makeXonoticSlider(20, 100, 10, "net_slist_queriespersecond"));