mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 12:52:41 +00:00
Fix function rename
This commit is contained in:
@ -6,7 +6,7 @@ class CfgVehicles {
|
||||
class ADDON {
|
||||
displayName = CSTRING(ActionCategory);
|
||||
condition = QUOTE(_player call FUNC(hasFlag));
|
||||
insertChildren = QUOTE(_this call FUNC(addActions));
|
||||
insertChildren = QUOTE(_this call FUNC(getActions));
|
||||
icon = QPATHTOF(data\icons\place\white_place_icon.paa);
|
||||
|
||||
class GVAR(furlFlag) {
|
||||
|
Reference in New Issue
Block a user