diff --git a/db/factories/momentum.txt b/db/factories/momentum.txt index cd4dd30b4..bf79a1bf2 100644 --- a/db/factories/momentum.txt +++ b/db/factories/momentum.txt @@ -92,7 +92,6 @@ filter_activator_model filter_activator_name filter_base filter_momentum_collectibles -filter_momentum_gamemode filter_momentum_surface_collision filter_momentum_timer_progress filter_multi diff --git a/fgd/point/filter/filter_momentum_gamemode.fgd b/fgd/point/filter/filter_momentum_gamemode.fgd deleted file mode 100644 index 71b3eb2b8..000000000 --- a/fgd/point/filter/filter_momentum_gamemode.fgd +++ /dev/null @@ -1,5 +0,0 @@ -@FilterClass base(filter_base, Gamemodes) - appliesto(MOMENTUM) -= filter_momentum_gamemode : "A filter that filters by the current gamemode." - [ - ] diff --git a/fgd/visgroups.cfg b/fgd/visgroups.cfg index cd53d88a8..8adec129d 100644 --- a/fgd/visgroups.cfg +++ b/fgd/visgroups.cfg @@ -462,7 +462,6 @@ * `filter_multi` * `filter_player_held` * `filter_momentum_collectibles` - * `filter_momentum_gamemode` * `filter_momentum_surface_collision` * `filter_momentum_timer_progress` * `filter_paint_power`