Spectator - Restore HUD when coming out of spectator (#7191)

Fixes #7186
This commit is contained in:
zharf 2019-11-05 20:47:46 +02:00 committed by PabstMirror
parent 42233ee449
commit 5a4f76efb0

View File

@ -187,4 +187,7 @@ if (_init) then {
// Ensure chat is shown again
showChat true;
// Restore HUD
[] call EFUNC(common,showHud);
};