Move filter to gamemodes core

This commit is contained in:
Jackz 2022-08-24 11:00:26 -05:00
parent 613802344b
commit 5a5ea13756
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
3 changed files with 3 additions and 10 deletions

View file

@ -231,9 +231,3 @@ stock void GetViewVector(float fVecAngle[3], float fOutPut[3])
fOutPut[1] = Sine(fVecAngle[1] / (180 / FLOAT_PI));
fOutPut[2] = -Sine(fVecAngle[0] / (180 / FLOAT_PI));
}
bool Filter_IgnoreAll(int entity, int mask) {
return false;
}