removed metamod-messages, since there will be nor updates to metamod ifaces.

This commit is contained in:
jeefo 2016-03-05 23:08:07 +03:00
commit 95d9d4db0c
15 changed files with 259 additions and 268 deletions

View file

@ -1551,5 +1551,5 @@ extern ConVar yb_ignore_enemies;
inline int Bot::GetIndex (void)
{
return IndexOfEntity (GetEntity ());
return engine.IndexOfEntity (GetEntity ());
}