13 data.GetParams(playerID);
15 string playerName, factionName;
16 data.GetNotificationTextEntries(playerName, factionName);
17 if (!GetPlayerName(playerID, playerName))
20 if (factionName.IsEmpty())
30 Faction playerFaction = factionManager.GetPlayerFaction(playerID);
34 factionName = playerFaction.GetUIInfo().GetName();
37 data.SetNotificationTextEntries(playerName, factionName);
38 return super.GetText(
data);
44 data.GetParams(playerID);
45 data.SetFactionRelatedColor(GetFactionRelatedColorPlayer(playerID, m_info.GetNotificationColor()));