mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 04:41:16 +00:00
FTE/SERVER: Forcefully ensure clients are always networked to server
This commit is contained in:
parent
be9796f3f5
commit
e1267b3c2a
1 changed files with 4 additions and 0 deletions
|
@ -1017,6 +1017,10 @@ void() PutClientInServer =
|
|||
else
|
||||
SpectatorSpawn();
|
||||
|
||||
// Force the client to always be networked to other clients, even when
|
||||
// outside of the same PVS.
|
||||
self.pvsflags |= PVSF_IGNOREPVS;
|
||||
|
||||
#endif // FTE
|
||||
|
||||
GameRestart_ResetPerkaColas();
|
||||
|
|
Loading…
Reference in a new issue