ConnectAnnounceNewPlayers: oops

This commit is contained in:
Dogan 2019-06-08 17:27:00 +02:00
parent 27a0f3f00b
commit 97724b6b48

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)