From 17baf0f62bd0f6318ef8397c08efab63b4ffd75c Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 24 Nov 2013 18:44:18 -0600 Subject: [PATCH] fixed offset for vault --- SQF/dayz_code/Configs/cfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 650a24240..1953cb278 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -3224,7 +3224,7 @@ class CfgVehicles { transportMaxMagazines = 0; transportMaxWeapons = 0; transportMaxBackpacks = 0; - offset[] = {0,1.5,0.5}; + offset[] = {0,1.5,0}; lockable = 4; unlockedClass = "VaultStorage"; requireplot = 0;