mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Merge pull request #1638 from seb3sec/patch-4
Remove hiddenSelections restrictions
This commit is contained in:
@@ -8,7 +8,6 @@ class AN2_DZ: An2_Base_EP1
|
|||||||
side = 2;
|
side = 2;
|
||||||
crew = "";
|
crew = "";
|
||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
hiddenSelections[] = {};
|
|
||||||
class TransportMagazines{};
|
class TransportMagazines{};
|
||||||
class TransportWeapons{};
|
class TransportWeapons{};
|
||||||
weapons[] = {};
|
weapons[] = {};
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ class Mi17_DZ: Mi17_base {
|
|||||||
side = 2;
|
side = 2;
|
||||||
crew = "";
|
crew = "";
|
||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
hiddenSelections[] = {};
|
|
||||||
class TransportMagazines{};
|
class TransportMagazines{};
|
||||||
class TransportWeapons{};
|
class TransportWeapons{};
|
||||||
commanderCanSee = 2+16+32;
|
commanderCanSee = 2+16+32;
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ class UH1Y_DZ: UH1_Base {
|
|||||||
side = 2;
|
side = 2;
|
||||||
crew = "";
|
crew = "";
|
||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
hiddenSelections[] = {};
|
|
||||||
class TransportMagazines{};
|
class TransportMagazines{};
|
||||||
class TransportWeapons{};
|
class TransportWeapons{};
|
||||||
commanderCanSee = 2+16+32;
|
commanderCanSee = 2+16+32;
|
||||||
@@ -65,7 +64,6 @@ class UH1H_DZ: UH1H_base {
|
|||||||
side = 2;
|
side = 2;
|
||||||
crew = "";
|
crew = "";
|
||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
hiddenSelections[] = {};
|
|
||||||
class TransportMagazines{};
|
class TransportMagazines{};
|
||||||
class TransportWeapons{};
|
class TransportWeapons{};
|
||||||
commanderCanSee = 2+16+32;
|
commanderCanSee = 2+16+32;
|
||||||
|
|||||||
Reference in New Issue
Block a user