mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 02:23:20 +00:00
Move filter to gamemodes core
This commit is contained in:
parent
613802344b
commit
5a5ea13756
3 changed files with 3 additions and 10 deletions
|
@ -246,6 +246,9 @@ methodmap PeekCamera {
|
|||
}
|
||||
}
|
||||
|
||||
bool Filter_IgnoreAll(int entity, int mask) {
|
||||
return false;
|
||||
}
|
||||
|
||||
enum struct EntityConfig {
|
||||
float origin[3];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue