1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Fix encoding problem

Not sure why, but it was decoding the \a's: Warning:
z\ace\addons\main\config.cpp Line 556: ['MAIN',_this] execVM
'\zceddons\mainbout.sqf';-NOGIT
This commit is contained in:
PabstMirror 2015-04-09 17:17:26 -05:00
parent 309eb7b3bf
commit c511431e61

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "script_component.hpp"
class CfgPatches {
class ADDON {
@ -546,7 +546,7 @@ class CfgPatches {
author[] = {"ACE Team"};
authorUrl = "";
versionDesc = "A.C.E.";
versionAct = "['MAIN',_this] execVM '\z\ace\addons\main\about.sqf';";
versionAct = QUOTE(['MAIN',_this] execVM '\z\ace\addons\main\about.sqf';);
VERSION_CONFIG;
};
};