TF2_OnConditionRemoved Forward

Called after a condition is removed from a player

void TF2_OnConditionRemoved(int client, TFCond condition)

Parameters

int client

Index of the client to which the condition is being removed.

TFCond condition

Condition that is being removed.