mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
Clear typicalCargo for some vehicles missing it
Prevents preloading units, may help with load times a little.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
class M1030: Motorcycle {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class HitPoints {
|
||||
class HitEngine {
|
||||
armor = 1.2;
|
||||
@@ -52,4 +56,11 @@ class M1030: Motorcycle {
|
||||
visual = "Pravy zadni";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class M1030_US_DES_EP1: M1030_base {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
Reference in New Issue
Block a user