updated send_human_cot to send-eud_cot to match new cot generation flow

This commit is contained in:
Valmo Trindade
2025-04-17 06:37:50 -03:00
parent 3128ac0022
commit 4412b67d63
5 changed files with 16 additions and 16 deletions

View File

@@ -19,8 +19,8 @@ class CfgFunctions {
class send_group_cots {
file = "\armatak\armatak\armatak_main\functions\api\fn_send_group_cots.sqf";
};
class send_human_cot {
file = "\armatak\armatak\armatak_main\functions\api\fn_send_human_cot.sqf";
class send_eud_cot {
file = "\armatak\armatak\armatak_main\functions\api\fn_send_eud_cot.sqf";
};
class send_marker_cot {
file = "\armatak\armatak\armatak_main\functions\api\fn_send_marker_cot.sqf";