]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Blacklist g_physics_clientselect_options again and remove overkill from the default...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index c626b52f8f3b1a4d47bb11d48a60bbaeb2cf2635..bee939d9ac55fc5da8766fb70d0510123d1b71f3 100644 (file)
@@ -1106,7 +1106,7 @@ string Map_Filename(float position)
 
 void Map_MarkAsRecent(string m)
 {
-       cvar_set("g_maplist_mostrecent", strwords(strcat(m, " ", autocvar_g_maplist_mostrecent), max(0, autocvar_g_maplist_mostrecent_count)));
+       cvar_set("g_maplist_mostrecent", strwords(cons(m, autocvar_g_maplist_mostrecent), max(0, autocvar_g_maplist_mostrecent_count)));
 }
 
 float Map_IsRecent(string m)