changed the event reward

This commit is contained in:
jenz 2025-03-02 22:54:06 +01:00
parent 00a333db07
commit 93590d16e2

View File

@ -53,11 +53,11 @@ public void OnPluginEnd()
delete g_hTraceTimer; delete g_hTraceTimer;
} }
public Action OnRoundEnd(Handle event, const char[] name, bool dontBroadcast) public void OnRoundEnd(Handle event, const char[] name, bool dontBroadcast)
{ {
perform_resets(); perform_resets();
return Plugin_Handled; return;
} }
public void Event_RoundStart(Handle event, const char[] name, bool dontBroadcast) public void Event_RoundStart(Handle event, const char[] name, bool dontBroadcast)
{ {