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