From eec5f458db71aa2f825d8e534593a1460ec1c910 Mon Sep 17 00:00:00 2001 From: Tenga Date: Fri, 10 Apr 2015 20:05:33 +0200 Subject: [PATCH] Count the commander camera as a 3rd person camera --- AUTHORS.txt | 1 + addons/goggles/functions/fnc_externalCamera.sqf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index b931d774ac..c50bb97935 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -62,6 +62,7 @@ Raspu86 Riccardo Petricca Robert Boklahánics simon84 +Sniperwolf572 Tonic Tourorist Valentin Torikian diff --git a/addons/goggles/functions/fnc_externalCamera.sqf b/addons/goggles/functions/fnc_externalCamera.sqf index 9161804a56..0a098cf8be 100644 --- a/addons/goggles/functions/fnc_externalCamera.sqf +++ b/addons/goggles/functions/fnc_externalCamera.sqf @@ -16,4 +16,4 @@ #include "script_component.hpp" if (GVAR(showInThirdPerson)) exitWith { false }; -(cameraView == "External") +(cameraView == "EXTERNAL" || cameraView == "GROUP")