mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
filter clear
This commit is contained in:
parent
ea7d0c5e42
commit
28782ff609
6 changed files with 77 additions and 31 deletions
|
|
@ -393,7 +393,7 @@ where
|
|||
|
||||
impl Filter {
|
||||
fn is_empty(&self) -> bool {
|
||||
self.mode != GameMode::default()
|
||||
self.mode == GameMode::default()
|
||||
&& self.map.is_empty()
|
||||
&& self.before.is_none()
|
||||
&& self.players.is_empty()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue