mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-24 02:40:41 +01: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
|
// now client is spawned
|
||||||
cl->state = cs_spawned;
|
cl->state = cs_spawned;
|
||||||
|
cl->connecttime = host.realtime;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user