|
void SV_HandleClientMessage(IRehldsHook_HandleNetCommand* hookchain, IGameClient* apiClient, int8 opcode) |
There is a chance that host_client will be nullptr for e.g after other modules kick the player, before the chain reaches the module. Should be properly validated
