| 1447 | } |
| 1448 | |
| 1449 | IGamePlayer *PlayerManager::GetGamePlayer(edict_t *pEdict) |
| 1450 | { |
| 1451 | int index = IndexOfEdict(pEdict); |
| 1452 | return GetGamePlayer(index); |
| 1453 | } |
| 1454 | |
| 1455 | IGamePlayer *PlayerManager::GetGamePlayer(int client) |
| 1456 | { |
no test coverage detected