Browse Source

Merge pull request #181 from 501st-Aux-Mod-Team/fix-squad-shield-end-sound

Fix Squad Shield End Sound
Erliens 3 năm trước cách đây
mục cha
commit
538d0ee5d6

+ 1 - 1
addons - Copy/RD501_Main/functions/fired_deployable/fnc_fired_deployable_deployServer.sqf

@@ -42,7 +42,7 @@ if(_timeToLive > 0) then {
 		_timeToLive
 	] call CBA_fnc_waitAndExecute;
 
-	if(_hasEndSound && !isNil _endSound && _endSound != "") then {
+	if(_hasEndSound && _endSound != "") then {
 		[
 			{
 				params["_deployed", "_endSound", "_endDuration", "_distance"];