changed the event reward
This commit is contained in:
parent
00a333db07
commit
93590d16e2
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user