missed one.

This commit is contained in:
jaynus 2015-04-14 14:58:19 -07:00
parent df3c8155a0
commit 85c10328ae

View File

@ -52,4 +52,4 @@ _lowestVolume = 1;
// Set Radio mod variables.
player setVariable ["tf_globalVolume", _lowestVolume];
[_lowestVolume] call acre_api_fnc_setGlobalVolume;
if (!isNil "acre_api_fnc_setGlobalVolume") then { [_lowestVolume^0.33] call acre_api_fnc_setGlobalVolume; };