diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo index 34df80c2..dcf3376b 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo differ 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]];