mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Wrong function name
This commit is contained in:
parent
1d63e94fff
commit
d0b14286ff
@ -19,4 +19,4 @@
|
||||
#define MAX_DURATION_CACHE 1.5
|
||||
|
||||
// parameters, function, namespace, uid
|
||||
[_this, FUNC(canTreat), missionNamespace, format[QGVAR(canTreat_%1_%2), _this select 2, _this select 3], MAX_DURATION_CACHE] call EFUNC(common,canTreat);
|
||||
[_this, FUNC(canTreat), missionNamespace, format[QGVAR(canTreat_%1_%2), _this select 2, _this select 3], MAX_DURATION_CACHE] call EFUNC(common,cachedCall);
|
||||
|
Loading…
Reference in New Issue
Block a user