fix save issue after first placement

This commit is contained in:
vbawol 2015-10-18 18:20:20 -05:00
parent bf9531a0ca
commit 88c02d72b0
2 changed files with 7 additions and 6 deletions

View File

@ -56,6 +56,7 @@ if (isText _config) then {
// set reference to storage object on dummy object
_newVehicle setVariable["EPOCH_secStorParent", _storageObj];
_storageObj setVariable["EPOCH_secStorChild",_newVehicle];
_storageObj setVariable["EPOCH_Locked", false, true];
_storageObj setVariable["STORAGE_OWNERS", [_plyrUID]];