mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Set default vehicle validator for multiplayer to None
This commit is contained in:
@@ -529,8 +529,9 @@ pub(super) fn default_tdm_conf() -> TeamDeathMatchConfig {
|
||||
}
|
||||
|
||||
pub(super) fn default_validator() -> super::VehicleValidator {
|
||||
super::VehicleValidator::Cpu {
|
||||
/*super::VehicleValidator::Cpu {
|
||||
min: 100,
|
||||
max: 2_000,
|
||||
}
|
||||
}*/
|
||||
super::VehicleValidator::None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user