mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Clear typicalCargo for some vehicles missing it
Prevents preloading units, may help with load times a little.
This commit is contained in:
6
SQF/dayz_code/Configs/CfgVehicles/Car/Tractor.hpp
Normal file
6
SQF/dayz_code/Configs/CfgVehicles/Car/Tractor.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class Tractor: Car {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
Reference in New Issue
Block a user