From 7d30bc53ed08e72bd6a724987906d36f47f617be Mon Sep 17 00:00:00 2001 From: Glowbal Date: Mon, 27 Jul 2015 21:59:38 +0200 Subject: [PATCH] Removed non chairs --- addons/sitting/CfgVehicles.hpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/addons/sitting/CfgVehicles.hpp b/addons/sitting/CfgVehicles.hpp index 5fbcdab06e..ac690e2dcd 100644 --- a/addons/sitting/CfgVehicles.hpp +++ b/addons/sitting/CfgVehicles.hpp @@ -71,24 +71,6 @@ class CfgVehicles { GVAR(sitPosition[]) = {0, -0.1, -0.45}; GVAR(sitRotation) = 45; }; - // Field Toilet - class Land_FieldToilet_F: ThingX { - XEH_ENABLED; - MACRO_SEAT_ACTION - GVAR(canSit) = 1; - GVAR(sitDirection) = 180; - GVAR(sitPosition[]) = {0, 0.75, -1.1}; - GVAR(sitRotation) = 10; - }; - // Toiletbox - class Land_ToiletBox_F: ThingX { - XEH_ENABLED; - MACRO_SEAT_ACTION - GVAR(canSit) = 1; - GVAR(sitDirection) = 180; - GVAR(sitPosition[]) = {0, 0.75, -1.1}; - GVAR(sitRotation) = 10; - }; class Furniture_base_F; // Chair (Plastic)