mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Use i32 for database IDs since that's support for postgres too
This commit is contained in:
@@ -280,7 +280,7 @@ pub enum VehicleDescriptor {
|
||||
factory: u32,
|
||||
},
|
||||
Database {
|
||||
garage: u32,
|
||||
garage: i32,
|
||||
},
|
||||
Raw {
|
||||
cube_data: Vec<u8>,
|
||||
|
||||
Reference in New Issue
Block a user