From 97c4a76ad921bde9cf179732e4c02853be01fb0e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 9 Sep 2010 08:14:45 +0200 Subject: [PATCH] r_cullentities_trace 0 --- defaultXonotic.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 16ec787cc..21c98a79b 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -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 -- 2.39.2