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);
|
||||
|
||||
// Events framework
|
||||
SEH_s = ACEs;
|
||||
SEH = ACEe;
|
||||
SEH_all = ACEa;
|
||||
SEH_s = "ACEs";
|
||||
SEH = "ACEe";
|
||||
SEH_all = "ACEa";
|
||||
};
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user