vlt fix kfz id bug??
This commit is contained in:
@@ -29,10 +29,12 @@ namespace ReallifeGamemode.Server.Managers
|
||||
|
||||
foreach (ServerVehicle veh in dbContext.ServerVehicles)
|
||||
{
|
||||
if (!veh.Active) continue;
|
||||
if (!veh.Active)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Vehicle current = veh.Spawn();
|
||||
TuningManager.ApplyTuningToServerVehicle(veh);
|
||||
veh.Spawn(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user