From e0cb717c99add2351cf3accb9672c8880fd4eef6 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Mon, 4 Nov 2024 01:39:27 +0100 Subject: [PATCH] Add civilian side to 3den module --- addons/respawn/CfgVehicles.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/respawn/CfgVehicles.hpp b/addons/respawn/CfgVehicles.hpp index d254164..efc58a3 100644 --- a/addons/respawn/CfgVehicles.hpp +++ b/addons/respawn/CfgVehicles.hpp @@ -48,6 +48,10 @@ class CfgVehicles { name = "$STR_A3_CfgGroups_Indep0"; value = 2; }; + class CIVILIAN { + name = "$STR_Civilian"; + value = 2; + }; }; };