Replaced rogue format with FORMAT_#

This commit is contained in:
Michael Braun 2015-08-26 17:45:17 +02:00
parent 5047d4de1c
commit 3dc3331d87

View File

@ -24,7 +24,7 @@ if (_eventType == "ACEg") then {
{
if (!isNil "_x") then {
_eventArgs call CALLSTACK_NAMED(_x, format [ARR_3("Net Event %1 ID: %2", _eventName, _forEachIndex)]);
_eventArgs call CALLSTACK_NAMED(_x, FORMAT_2("Net Event %1 ID: %2",_eventName,_forEachIndex);
#ifdef DEBUG_EVENTS_CALLSTACK
ACE_LOGINFO_1(" ID: %1",_forEachIndex);
#endif