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

@ -246,6 +246,9 @@ methodmap PeekCamera {
}
}
bool Filter_IgnoreAll(int entity, int mask) {
return false;
}
enum struct EntityConfig {
float origin[3];