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:
@@ -311,7 +311,7 @@ pub struct VehicleInfo {
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum VehicleDescriptor {
|
||||
Factory {
|
||||
factory: u32,
|
||||
factory: i32,
|
||||
},
|
||||
Database {
|
||||
garage: i32,
|
||||
|
||||
Reference in New Issue
Block a user