entWatch4: Dump some left over code.

This commit is contained in:
zaCade
2018-09-18 12:35:03 +02:00
parent 6276a6cf88
commit a9b375ac4d
2 changed files with 43 additions and 2 deletions
+2 -2
View File
@@ -177,10 +177,10 @@ public void OnRoundStart(Event hEvent, const char[] sEvent, bool bDontBroadcast)
//----------------------------------------------------------------------------------------------------
public void OnRoundEnd(Event hEvent, const char[] sEvent, bool bDontBroadcast)
{
g_bIntermission = true;
if (g_hArray_Items.Length)
g_hArray_Items.Clear();
G_bIntermission = true;
}
//----------------------------------------------------------------------------------------------------