mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fix save issue after first placement
This commit is contained in:
parent
bf9531a0ca
commit
88c02d72b0
Binary file not shown.
@ -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]];
|
||||
|
Loading…
Reference in New Issue
Block a user