mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix function rename
This commit is contained in:
parent
a7d5ba6336
commit
cee6fa0b4e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user