mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Clear typicalCargo for some vehicles missing it
Prevents preloading units, may help with load times a little.
This commit is contained in:
@@ -4,7 +4,9 @@ class car_sedan : SkodaBase {
|
||||
faction = "CIV";
|
||||
maxspeed = 125;
|
||||
scope = public;
|
||||
typicalcargo[] = {};
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
|
||||
class Upgrades {
|
||||
ItemORP[] = {"car_sedan_DZE1",{},{{"ItemORP",1},{"PartEngine",2}}};
|
||||
|
||||
Reference in New Issue
Block a user