mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
fixed offset for vault
This commit is contained in:
@@ -3224,7 +3224,7 @@ class CfgVehicles {
|
|||||||
transportMaxMagazines = 0;
|
transportMaxMagazines = 0;
|
||||||
transportMaxWeapons = 0;
|
transportMaxWeapons = 0;
|
||||||
transportMaxBackpacks = 0;
|
transportMaxBackpacks = 0;
|
||||||
offset[] = {0,1.5,0.5};
|
offset[] = {0,1.5,0};
|
||||||
lockable = 4;
|
lockable = 4;
|
||||||
unlockedClass = "VaultStorage";
|
unlockedClass = "VaultStorage";
|
||||||
requireplot = 0;
|
requireplot = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user