mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: server: precisely set client connected time after they were spawned
This commit is contained in:
parent
4c6fbafd20
commit
b6bd4bc6f8
@ -2106,6 +2106,8 @@ static qboolean SV_Begin_f( sv_client_t *cl )
|
||||
|
||||
// now client is spawned
|
||||
cl->state = cs_spawned;
|
||||
cl->connecttime = host.realtime;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user