[quake3-commits] [ioquake/ioq3] 4fa93f: Fix client kicked as unpure when missing the lates...
Zack Middleton
zack at cloemail.com
Tue May 22 17:08:13 EDT 2018
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 4fa93fbfd4623fb83e39e93d2d244791e69a3281
https://github.com/ioquake/ioq3/commit/4fa93fbfd4623fb83e39e93d2d244791e69a3281
Author: Zack Middleton <zack at cloemail.com>
Date: 2018-05-22 (Tue, 22 May 2018)
Changed paths:
M code/server/sv_init.c
Log Message:
-----------
Fix client kicked as unpure when missing the latest cgame/ui pk3s
In 2013 ioquake3 stopped referencing the pk3 file that qagame.qvm was
loaded from. This had the unintended side affect of causing
non-dedicated pure servers to no longer reference a pk3 that only
contains the three QVM files.
Non-dedicated pure servers did not reference the pk3 containing the
latest cgame.qvm so if client did not have the pk3 file they were kicked
as unpure instead of the client trying to download the pk3 file.
Also make server touch ui.qvm since it's required to pass pure check and
may be separate from cgame.qvm.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the quake3-commits
mailing list