global party

This commit is contained in:
d1str4ught
2025-08-22 20:03:40 +02:00
parent 37561f1cd7
commit 28ebb68c5a
3 changed files with 14 additions and 15 deletions

View File

@@ -424,7 +424,7 @@ void CClientManager::QUERY_BOOT(CPeer* peer, TPacketGDBoot * p)
void CClientManager::SendPartyOnSetup(CPeer* pkPeer)
{
TPartyMap & pm = m_map_pkChannelParty[pkPeer->GetChannel()];
TPartyMap & pm = m_map_pkParty;
for (itertype(pm) it_party = pm.begin(); it_party != pm.end(); ++it_party)
{