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:
13
SQF/dayz_code/Configs/CfgVehicles/Car/Ikarus.hpp
Normal file
13
SQF/dayz_code/Configs/CfgVehicles/Car/Ikarus.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
class Ikarus: Car {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
|
||||
class Ikarus_TK_CIV_EP1: Ikarus_base {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
Reference in New Issue
Block a user