From 5a4f76efb0697dbf2878dd34a185e46a776716d5 Mon Sep 17 00:00:00 2001 From: zharf Date: Tue, 5 Nov 2019 20:47:46 +0200 Subject: [PATCH] Spectator - Restore HUD when coming out of spectator (#7191) Fixes #7186 --- addons/spectator/functions/fnc_ui.sqf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/spectator/functions/fnc_ui.sqf b/addons/spectator/functions/fnc_ui.sqf index c135c74a69..b254f9cff8 100644 --- a/addons/spectator/functions/fnc_ui.sqf +++ b/addons/spectator/functions/fnc_ui.sqf @@ -187,4 +187,7 @@ if (_init) then { // Ensure chat is shown again showChat true; + + // Restore HUD + [] call EFUNC(common,showHud); };