mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-19 14:40:57 +00:00
adding vid to the vehicle spawn data
This commit is contained in:
@@ -18,7 +18,7 @@ pub struct Car {
|
||||
impl Car {
|
||||
pub fn new(car_json: String) -> Self {
|
||||
Self {
|
||||
car_json: car_json,
|
||||
car_json,
|
||||
|
||||
..Default::default()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user