Replaced RemoveEdict with kill entity input command.

This commit is contained in:
Richard Helgeby
2012-07-01 21:12:43 +02:00
parent c025ac9479
commit 581825829a
6 changed files with 10 additions and 10 deletions

View File

@ -85,7 +85,7 @@ stock RoundStartKillObjectives()
if(StrContains(ROUNDSTART_OBJECTIVE_ENTITIES, classname) > -1)
{
// Entity is an objective, kill it.
RemoveEdict(x);
AcceptEntityInput(x, "Kill");
}
}
}