This commit is contained in:
zaCade 2019-06-09 10:14:55 +02:00
commit 779268635b

View File

@ -32,6 +32,11 @@ public void OnPluginStart()
GetConVars(); GetConVars();
} }
public void OnPluginEnd()
{
RemoveMultiTargetFilter("@newplayer", Filter_NewPlayers);
}
public void GetConVars() public void GetConVars()
{ {
if(g_cvServerType.IntValue == 1) if(g_cvServerType.IntValue == 1)