| 5263 | } |
| 5264 | |
| 5265 | int CGameContext::GetClientVersion(int ClientId) const |
| 5266 | { |
| 5267 | return Server()->GetClientVersion(ClientId); |
| 5268 | } |
| 5269 | |
| 5270 | CClientMask CGameContext::ClientsMaskExcludeClientVersionAndHigher(int Version) const |
| 5271 | { |
no test coverage detected