From 36d4d01a30871b4a6ca00e42c4b607e4d0837aa7 Mon Sep 17 00:00:00 2001 From: jonpas Date: Tue, 9 Jun 2015 16:55:06 +0200 Subject: [PATCH] Adjusted Chair (Plastic) sitting position --- addons/sitting/CfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sitting/CfgVehicles.hpp b/addons/sitting/CfgVehicles.hpp index a2e5a624e8..5ef62e50ae 100644 --- a/addons/sitting/CfgVehicles.hpp +++ b/addons/sitting/CfgVehicles.hpp @@ -76,7 +76,7 @@ class CfgVehicles { MACRO_SEAT_ACTION GVAR(canSit) = 1; GVAR(sitDirection) = 90; - GVAR(sitPosition[]) = {-0.1, 0, -0.2}; + GVAR(sitPosition[]) = {0, 0, -0.5}; }; // Chair (Wooden) class Land_ChairWood_F: ThingX {