diff --git a/src/system/kernel/system_info.cpp b/src/system/kernel/system_info.cpp index 74d19cd77d..6d158d233a 100644 --- a/src/system/kernel/system_info.cpp +++ b/src/system/kernel/system_info.cpp @@ -301,7 +301,7 @@ private: // send the message if (targetCount > 0) - _SendMessage(targets, targetCount, teamID, opcode); + _SendMessage(targets, targetCount, object, opcode); } void _AddTargets(ListenerList* listenerList, uint32 flags,