mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Clear typicalCargo for some vehicles missing it
Prevents preloading units, may help with load times a little.
This commit is contained in:
29
SQF/dayz_code/Configs/CfgVehicles/Boat/JetSkiYanahui.hpp
Normal file
29
SQF/dayz_code/Configs/CfgVehicles/Boat/JetSkiYanahui.hpp
Normal file
@@ -0,0 +1,29 @@
|
||||
class JetSkiYanahui_Case;
|
||||
|
||||
class JetSkiYanahui_Case_Yellow : JetSkiYanahui_Case {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
|
||||
class JetSkiYanahui_Case_Green : JetSkiYanahui_Case {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
|
||||
class JetSkiYanahui_Case_Blue : JetSkiYanahui_Case {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
|
||||
class JetSkiYanahui_Case_Red : JetSkiYanahui_Case {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
Reference in New Issue
Block a user