From 11d6ea47ed31f40c95f78e047266028d81907b02 Mon Sep 17 00:00:00 2001 From: Panzer Date: Mon, 11 May 2026 12:55:40 -0600 Subject: [PATCH] Revert "Add filter_momentum_gamemode (#284)" This reverts commit eadb1678e914e18d9a9fbccaca1c244ec0272126. --- db/factories/momentum.txt | 1 - fgd/point/filter/filter_momentum_gamemode.fgd | 5 ----- fgd/visgroups.cfg | 1 - 3 files changed, 7 deletions(-) delete mode 100644 fgd/point/filter/filter_momentum_gamemode.fgd 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`