From 6ac1d8361d157dd8ececee88f08506b3862bf6d0 Mon Sep 17 00:00:00 2001
From: ColdEvul <andreas.brostrom.ce@gmail.com>
Date: Wed, 28 Oct 2015 16:00:24 +0100
Subject: [PATCH] Fixed small UAV carrying allot of cargo.

---
 addons/cargo/CfgVehicles.hpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/addons/cargo/CfgVehicles.hpp b/addons/cargo/CfgVehicles.hpp
index 111c4d9956..56e3aee2c2 100644
--- a/addons/cargo/CfgVehicles.hpp
+++ b/addons/cargo/CfgVehicles.hpp
@@ -171,6 +171,13 @@ class CfgVehicles {
         GVAR(hasCargo) = 0;
     };
 
+    // autonomus
+    class Helicopter_Base_F;
+    class UAV_01_base_F: Helicopter_Base_F {
+        GVAR(space) = 0;
+        GVAR(hasCargo) = 0;
+    };
+    
     // boats
     class Ship;
     class Ship_F: Ship {