removed forward

This commit is contained in:
christian 2021-12-20 23:35:10 +01:00
parent 92906a3f26
commit da68561909

View File

@ -65,15 +65,6 @@ public void reset_client(int client)
is_forward_called[client] = false;
}
public int BotMimic_OnPlayerStopsMimicing(int client, char[] name, char[] category, char[] path)
{
//its only an admin if debug is true
if (CheckCommandAccess(client, "sm_kick", ADMFLAG_KICK))
{
reset_client(client);
}
}
//unknown delay before forward is called.
//BotMimic_IsPlayerMimicing() is true in update_mimic_coords before the BotMimic_OnPlayerMimicLoops forward is called
public int BotMimic_OnPlayerMimicLoops(int client)