From: terencehill Date: Tue, 11 Sep 2018 20:51:55 +0000 (+0000) Subject: Use settemp_for_type, for some reason settemp doesn't work X-Git-Tag: xonotic-v0.8.5~102 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=b281344aeed8c27057d2d7d05bf49559e00b90e9 Use settemp_for_type, for some reason settemp doesn't work --- diff --git a/maps/_hudsetup.mapinfo b/maps/_hudsetup.mapinfo index a897d543..aeca4832 100644 --- a/maps/_hudsetup.mapinfo +++ b/maps/_hudsetup.mapinfo @@ -6,6 +6,6 @@ noautomaplist forbidden gametype dm -settemp bot_number 0 -settemp minplayers 0 -settemp timelimit 0 \ No newline at end of file +settemp_for_type all bot_number 0 +settemp_for_type all minplayers 0 +settemp_for_type all timelimit 0 \ No newline at end of file