diff --git a/plugins/include/tf2_stocks.inc b/plugins/include/tf2_stocks.inc index f68e2b85..477bb978 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -390,7 +390,7 @@ stock TF2_RemoveAllWeapons(client) */ stock TF2_GetPlayerConditionFlags(client) { - return GetEntProp(client, Prop_Send, "m_nPlayerCond"); + return GetEntProp(client, Prop_Send, "m_nPlayerCond")|GetEntProp(client, Prop_Send, "_condition_bits"); } /**