From bf9531a0cafb91056f0305b8e49f7c3537c3c985 Mon Sep 17 00:00:00 2001 From: vbawol Date: Thu, 15 Oct 2015 22:09:06 -0500 Subject: [PATCH] fixed typo --- .../@epochhive/addons/a3_epoch_server.pbo | Bin 361173 -> 361171 bytes .../epoch_bases/EPOCH_server_saveBuilding.sqf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo index 34df80c2ea26167e4a47c413083d1758cd74c0f4..dcf3376b2557635d6b40be92d92a08bbba749b5d 100644 GIT binary patch delta 100 zcmV-q0Gt2Sg%;C=7O)2c2L5RvRv{3R;R7SHFau-}0t{-imK5|$lj~;%?^Z^@}%<};X zgRWqQu3!PTu3!S7L6ljQ>6p9Q>6rK-4tGd{)tS2bvA1TRK&2s;xVA) F?TjLAC)WS~ diff --git a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_saveBuilding.sqf b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_saveBuilding.sqf index b66f94c0..bbd191cb 100644 --- a/Sources/epoch_server/compile/epoch_bases/EPOCH_server_saveBuilding.sqf +++ b/Sources/epoch_server/compile/epoch_bases/EPOCH_server_saveBuilding.sqf @@ -55,7 +55,7 @@ if (isText _config) then { _storageObj setposATL _vehiclePos; // set reference to storage object on dummy object - _newVehicle = setVariable["EPOCH_secStorParent", _storageObj]; + _newVehicle setVariable["EPOCH_secStorParent", _storageObj]; _storageObj setVariable["EPOCH_Locked", false, true]; _storageObj setVariable["STORAGE_OWNERS", [_plyrUID]];