1
0
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:
NG (Graham)
2026-04-08 21:35:57 -04:00
parent c82c11fc1c
commit 5fea1920cf

View File

@@ -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
}