]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
r_cullentities_trace 0
authorRudolf Polzer <divverent@alientrap.org>
Thu, 9 Sep 2010 06:14:45 +0000 (08:14 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 9 Sep 2010 06:14:45 +0000 (08:14 +0200)
defaultXonotic.cfg

index 16ec787cc8ee721a797c3b863a9eb0363cdba0a6..21c98a79bd18775490ae19cf1642bbcea8777293 100644 (file)
@@ -282,8 +282,6 @@ seta cl_voice_directional_taunt_attenuation 0.5 "this defines the distance from
 hostname "Xonotic $g_xonoticversion Server"
 set sv_mapchange_delay 5
 set minplayers 0 "number of players playing at the same time (if not enough real players are there the remaining slots are filled with bots)"
-sv_cullentities_trace 1
-r_cullentities_trace 1
 
 // restart server if all players hit "ready"-button
 set sv_ready_restart 0 "if set to 1 allow a map to be restarted once all players pressed the \"ready\" button'"
@@ -1925,3 +1923,7 @@ r_texture_dds_load_dxt1_noalpha 1
 // particles optimization
 r_drawparticles_nearclip_min 8
 r_drawparticles_nearclip_max 16
+
+// sv_cullentities_trace is 1, so the client doesn't have to
+sv_cullentities_trace 1
+r_cullentities_trace 0