From 4a72867eac149aa7ba9084dc4f59d2a0080b2ba2 Mon Sep 17 00:00:00 2001
From: He-Man <Nullimeyer@yahoo.de>
Date: Thu, 2 Mar 2017 18:23:38 +0100
Subject: [PATCH] SupportCopter v2

---
 Sources/epoch_config/Configs/CfgEpochClient.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp
index 6efbb04a..3250ef85 100644
--- a/Sources/epoch_config/Configs/CfgEpochClient.hpp
+++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp
@@ -133,7 +133,7 @@ class CfgEpochUAV
 };
 class CfgEpochUAVSupport
 {
-	unitTypes[] = {"I_Soldier_EPOCH"}; //Selects from randomly (e.g. {"I_Soldier_EPOCH","Epoch_Sapper_F","Epoch_SapperB_F"};)
+	unitTypes[] = {"I_Soldier_EPOCH"}; //Selects from randomly (e.g. {"I_Soldier_EPOCH","Epoch_Sapper_F","Epoch_SapperB_F","Epoch_SapperG_F"};)
 	minUnitNum = 2; //Maximum number of units spawned when UAV spots target.
 	maxUnitNum = 4; //Maximum number of units spawned when UAV spots target.
 };