mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-01-22 12:54:24 +00:00
Remove TODOs for nor
and nand
This commit is contained in:
parent
7ffa5b5d42
commit
85d2bb84e9
@ -54,10 +54,6 @@ impl<T> From<&ServerInfo<T>> for FilterFlags {
|
|||||||
|
|
||||||
#[derive(Clone, Debug, Default, PartialEq, Eq)]
|
#[derive(Clone, Debug, Default, PartialEq, Eq)]
|
||||||
pub struct Filter<'a> {
|
pub struct Filter<'a> {
|
||||||
// A special filter, specifies that servers matching any of the following [x] conditions should not be returned
|
|
||||||
// TODO: \nor\[x]
|
|
||||||
// A special filter, specifies that servers matching all of the following [x] conditions should not be returned
|
|
||||||
// TODO: \nand\[x]
|
|
||||||
/// Servers running the specified modification (ex. cstrike)
|
/// Servers running the specified modification (ex. cstrike)
|
||||||
pub gamedir: Option<&'a str>,
|
pub gamedir: Option<&'a str>,
|
||||||
/// Servers running the specified map (ex. cs_italy)
|
/// Servers running the specified map (ex. cs_italy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user