[Break] Reset OnMapEnd aswell.
This commit is contained in:
parent
8a213d5881
commit
e049e50d81
@ -54,6 +54,14 @@ public void OnPluginStart()
|
|||||||
RegAdminCmd("sm_cancelbreak", Command_CancelBreak, ADMFLAG_BAN);
|
RegAdminCmd("sm_cancelbreak", Command_CancelBreak, ADMFLAG_BAN);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//----------------------------------------------------------------------------------------------------
|
||||||
|
// Purpose:
|
||||||
|
//----------------------------------------------------------------------------------------------------
|
||||||
|
public void OnMapEnd()
|
||||||
|
{
|
||||||
|
ResetVariables();
|
||||||
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
// Purpose:
|
// Purpose:
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user