changed postGeoObject function to postMarkerto be more accurate with the api endpoints

This commit is contained in:
Valmo Trindade
2024-08-19 04:46:48 -03:00
parent 3017e1bcf1
commit 733b01b69e
4 changed files with 5 additions and 31 deletions

View File

@@ -31,11 +31,8 @@ class CfgFunctions {
file = "\armatak\armatak\armatak_main\functions\map\fn_convert_to_altis.sqf";
};
class postGeoObject {
file = "\armatak\armatak\armatak_main\functions\api\fn_postGeoObject.sqf";
};
class putGeoObject {
file = "\armatak\armatak\armatak_main\functions\api\fn_putGeoObject.sqf";
class postMarker {
file = "\armatak\armatak\armatak_main\functions\api\fn_postMarker.sqf";
};
};
};