CashManager: another small fix

This commit is contained in:
dogan 2020-08-28 15:56:41 +02:00
parent e6d16228f5
commit 1fd939f4f9

View File

@ -370,6 +370,9 @@ public Action EventHook_PlayerSpawn(Event hEvent, const char[] sEventName, bool
public void RequestFrame_Callback(int client)
{
if(!IsValidClient(client))
return;
if(g_cvarCashRoundReset.BoolValue)
{
SetEntProp(client, Prop_Send, "m_iAccount", g_cvarStartCash.IntValue);