mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Quote the unquoted
This commit is contained in:
parent
5a20f1286b
commit
3124270254
@ -72,9 +72,9 @@ class ACE_newEvents {
|
|||||||
setDir = QGVAR(setDir);
|
setDir = QGVAR(setDir);
|
||||||
|
|
||||||
// Events framework
|
// Events framework
|
||||||
SEH_s = ACEs;
|
SEH_s = "ACEs";
|
||||||
SEH = ACEe;
|
SEH = "ACEe";
|
||||||
SEH_all = ACEa;
|
SEH_all = "ACEa";
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "CfgEventHandlers.hpp"
|
#include "CfgEventHandlers.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user