]> git.xonotic.org Git - xonotic/darkplaces.git/commit - sv_main.c
server: Remove unused/broken ping smoothing feature
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 Mar 2021 20:55:12 +0000 (20:55 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 Mar 2021 20:55:12 +0000 (20:55 +0000)
commitf6f6c5c8c754f78be1c1f70c1aebf7420012cf89
tree088930344be1917977b812b2e8d095cc79ab86b7
parentecfab2093025515ba0dd1fb38723a1812970a554
server: Remove unused/broken ping smoothing feature

Removes unused ping smoothing feature (didn't actually compile so safe
to say nobody is using it). It could cause problems for QC mods that use
ping for antilag purposes, and QC can easily average pings if desired.

From bones_was_here

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13101 d7cf8633-e32d-0410-b094-e92efae38249
protocol.h
server.h
sv_main.c
sv_user.c