mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Remove Test: Value server rule from RoR2
This commit is contained in:
parent
66be14df0c
commit
5c664187f9
1 changed files with 4 additions and 0 deletions
|
|
@ -398,6 +398,10 @@ impl ValveProtocol {
|
||||||
rules.insert(name, value);
|
rules.insert(name, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if *app == SteamID::ROR2.as_app() {
|
||||||
|
rules.remove("Test");
|
||||||
|
}
|
||||||
|
|
||||||
Ok(rules)
|
Ok(rules)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue