]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Use settemp_for_type, for some reason settemp doesn't work
authorterencehill <piuntn@gmail.com>
Tue, 11 Sep 2018 20:51:55 +0000 (20:51 +0000)
committerterencehill <piuntn@gmail.com>
Tue, 11 Sep 2018 20:51:55 +0000 (20:51 +0000)
maps/_hudsetup.mapinfo

index a897d5433c1e699ef242dbea6563388f704dc034..aeca48321e8ecb57ab3801ec5b7ca943453f0df5 100644 (file)
@@ -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