From 307e3a5faf6af39d938d036e26ea3de9bf24b305 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 30 Aug 2015 20:15:10 +0200 Subject: [PATCH] Get rid of a hack that does nothing, e.value is already properly initialized in configureTextSliderValues(e) --- qcsrc/menu/xonotic/dialog_multiplayer_create.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_create.qc b/qcsrc/menu/xonotic/dialog_multiplayer_create.qc index 0c27210aa..bafd9b6ff 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_create.qc +++ b/qcsrc/menu/xonotic/dialog_multiplayer_create.qc @@ -247,8 +247,6 @@ void XonoticServerCreateTab_gameTypeChangeNotify(entity me) } e.configureXonoticTextSlider(e, x, theTooltip); e.configureXonoticTextSliderValues(e); - if(!x) - e.value = 0; me.sliderTeams.disabled = me.labelTeams.disabled = !x; me.mapListBox.refilter(me.mapListBox); -- 2.39.2