mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix major typo in a popular Radio mod's name (#6650)
This commit is contained in:
parent
fefba89f19
commit
b8d4f981b2
@ -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])}
|
||||
|
Loading…
Reference in New Issue
Block a user