Fix major typo in a popular Radio mod's name (#6650)

This commit is contained in:
Dedmen Miller 2018-10-23 20:23:10 +02:00 committed by PabstMirror
parent fefba89f19
commit b8d4f981b2

View File

@ -44,7 +44,7 @@ if (isClass (configFile >> "CfgPatches" >> "acre_api")) then {
};
} else {
if (isClass (configFile >> "CfgPatches" >> "task_force_radio")) then {
INFO("TFR Detected.");
INFO("TFAR Detected.");
DFUNC(isSpeaking) = {
params ["_unit"];
(_unit getVariable ["tf_isSpeaking", false]) && {!(_unit getVariable ["ACE_isUnconscious", false])}