Wrong function name

This commit is contained in:
Glowbal 2015-03-21 16:34:42 +01:00
parent 1d63e94fff
commit d0b14286ff

View File

@ -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);