]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable sv_cullentities_trace_eyejitter (spams the network with item updates)
authorMario <mario.mario@y7mail.com>
Sat, 7 Sep 2019 17:04:36 +0000 (03:04 +1000)
committerMario <mario.mario@y7mail.com>
Sat, 7 Sep 2019 17:04:36 +0000 (03:04 +1000)
xonotic-server.cfg

index cb3a550ae6db9a2b9aad575a34d30be2909839d6..89a04782f8828ccf4329fe30a10a48121bfdf864 100644 (file)
@@ -492,6 +492,8 @@ set g_maxspeed 0 "player speed limit, faster players are killed (0 for unlimited
 
 // sv_cullentities_trace is 1, so the client doesn't have to
 sv_cullentities_trace 1
+// due to a bug in the engine, the default setting of this (16) spams the network with item updates
+sv_cullentities_trace_eyejitter 0
 
 // less "lagging" of other players, but also less PL tolerant... let's try this
 sv_clmovement_inputtimeout 0.066 // slightly less than 2 frames, so only one frame can be compensated