mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Clear typicalCargo for some vehicles missing it
Prevents preloading units, may help with load times a little.
This commit is contained in:
@@ -10,7 +10,8 @@ class LAV25_DZ: LAV25 {
|
||||
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
|
||||
transportMaxMagazines = 100; // Default: 100
|
||||
transportMaxWeapons = 10; // Default: 10
|
||||
@@ -31,7 +32,8 @@ class LAV25_HQ_DZ: LAV25_HQ {
|
||||
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines{};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
|
||||
transportSoldier = 6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user