mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix missing '' in info log macro
This commit is contained in:
parent
3037181fc2
commit
b5b5c761c4
@ -192,7 +192,7 @@ call FUNC(checkFiles);
|
|||||||
|
|
||||||
//Set init finished and run all delayed functions:
|
//Set init finished and run all delayed functions:
|
||||||
GVAR(settingsInitFinished) = true;
|
GVAR(settingsInitFinished) = true;
|
||||||
ACE_LOGINFO_1(%1 delayed functions running.,count GVAR(runAtSettingsInitialized))
|
ACE_LOGINFO_1("%1 delayed functions running.",count GVAR(runAtSettingsInitialized))
|
||||||
|
|
||||||
{
|
{
|
||||||
(_x select 1) call (_x select 0);
|
(_x select 1) call (_x select 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user