only broacast once on change, not once per player
This commit is contained in:
@@ -229,9 +229,9 @@ public:
|
|||||||
if( vbSel[i] )
|
if( vbSel[i] )
|
||||||
ListEntries[i].Apply( p );
|
ListEntries[i].Apply( p );
|
||||||
}
|
}
|
||||||
FOREACH_CONST( CString, m_vsBroadcastOnExport, s )
|
|
||||||
MESSAGEMAN->Broadcast( *s );
|
|
||||||
}
|
}
|
||||||
|
FOREACH_CONST( CString, m_vsBroadcastOnExport, s )
|
||||||
|
MESSAGEMAN->Broadcast( *s );
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user