From 83263f5c996f6b80241be4e16ce209285f2cc85f Mon Sep 17 00:00:00 2001 From: He-Man Date: Sun, 26 Feb 2017 09:32:26 +0100 Subject: [PATCH] Inventory not opened fixed Inventory not opened without the "false" as return --- .../customs/EPOCH_custom_EH_InventoryOpened.sqf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Sources/epoch_code/customs/EPOCH_custom_EH_InventoryOpened.sqf b/Sources/epoch_code/customs/EPOCH_custom_EH_InventoryOpened.sqf index 1941dbbc..93817bc7 100644 --- a/Sources/epoch_code/customs/EPOCH_custom_EH_InventoryOpened.sqf +++ b/Sources/epoch_code/customs/EPOCH_custom_EH_InventoryOpened.sqf @@ -10,6 +10,12 @@ Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike Github: - https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/custom/EPOCH_custom_EH_Take.sqf + https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/custom/EPOCH_custom_EH_InventoryOpened.sqf */ params ["_unit","_container","_sec"]; +// Start Custom Code + + + +// End Custom Code +false