Fixed CBA macro mistake

Fixed an CBA macro mistake.
This commit is contained in:
Glowbal 2015-01-17 12:39:33 +01:00
parent 83128ad3d2
commit 6e4a12ff4d

View File

@ -8,4 +8,4 @@
* @PublicAPI: false
*/
#include "script_component.hpp"
+(missionNamespace getvariable ["GVAR(OBJECT_VARIABLES_STORAGE)_" + (_this select 0),[]])
+(missionNamespace getvariable [QGVAR(OBJECT_VARIABLES_STORAGE_) + (_this select 0),[]])