mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 03:01: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:
@@ -2,8 +2,10 @@
|
||||
class Smallboat_1: Ship
|
||||
{
|
||||
displayName = "$STR_DN_SMALLBOATA";
|
||||
crew = "Worker1";
|
||||
typicalCargo[] = {"Worker1"};
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "$STR_LIB_SMALLBOAT";
|
||||
|
||||
Reference in New Issue
Block a user