mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
OnClientPutInServer -> OnClientConnected to help prevent race condition
This commit is contained in:
parent
cdb4b5746e
commit
693e1ce641
@ -654,7 +654,7 @@ public void OnClientCookiesCached(int client)
|
||||
}
|
||||
}
|
||||
|
||||
public void OnClientPutInServer(int client)
|
||||
public void OnClientConnected(int client)
|
||||
{
|
||||
gB_CCAccess[client] = false;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user