From a29a18f003ff39da197f2821a09f8798ca21a5f2 Mon Sep 17 00:00:00 2001 From: IT07 Date: Fri, 10 Jun 2016 14:58:33 +0200 Subject: [PATCH] sound fix --- Exile.MapName/VEMFr_client/sqf/onLoad.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exile.MapName/VEMFr_client/sqf/onLoad.sqf b/Exile.MapName/VEMFr_client/sqf/onLoad.sqf index c3bb2fe..def44a8 100644 --- a/Exile.MapName/VEMFr_client/sqf/onLoad.sqf +++ b/Exile.MapName/VEMFr_client/sqf/onLoad.sqf @@ -2,13 +2,13 @@ disableSerialization; _dsp = uiNamespace getVariable ["RscDisplayVEMFrClient", displayNull]; if not isNull _dsp then { - playSound "HintExpand"; if (count (uiNamespace getVariable ["VEMFrMsgQueue", []]) isEqualTo 0) then { (["RscDisplayVEMFrClient"] call BIS_fnc_rscLayer) cutFadeOut 0; systemChat "[VEMFrClient] No messages to display"; } else { + playSound "HintExpand"; // do stuff _ctrlPic = _dsp displayCtrl 10; _ctrlTitle = _dsp displayCtrl 11;