mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
engine: server: precisely set client connected time after they were spawned
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user