1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Switch factory trait over to i32 IDs

This commit is contained in:
NG (Graham)
2026-01-04 16:48:18 -05:00
parent 3015572170
commit 2e0c6b2b62
7 changed files with 9 additions and 9 deletions

View File

@@ -311,7 +311,7 @@ pub struct VehicleInfo {
#[derive(Clone, Debug)]
pub enum VehicleDescriptor {
Factory {
factory: u32,
factory: i32,
},
Database {
garage: i32,