fixed typo

This commit is contained in:
vbawol 2015-10-15 22:09:06 -05:00
parent d95edc9a2e
commit bf9531a0ca
2 changed files with 1 additions and 1 deletions

View File

@ -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]];