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:
parent
309eb7b3bf
commit
c511431e61
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user