mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
Global KI message = ccr2allplayers
This commit is contained in:
@ -1122,11 +1122,14 @@ uint32_t cyMisc::SendRTChat(pyPlayer& from, const std::vector<pyPlayer*> & tolis
|
||||
|
||||
if (tolist.size() > 0)
|
||||
{
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
// this goes to everybody on the shard
|
||||
if (flags & pfKIMsg::kGlobalMsg)
|
||||
msg->SetAllBCastFlags(plMessage::kCCRSendToAllPlayers);
|
||||
#endif
|
||||
// allow inter-age routing of this msg
|
||||
if (flags & pfKIMsg::kInterAgeMsg)
|
||||
{
|
||||
// allow inter-age routing of this msg
|
||||
msg->SetBCastFlag( plMessage::kNetAllowInterAge );
|
||||
}
|
||||
// add net rcvrs to msg
|
||||
int i;
|
||||
for ( i=0 ; i<tolist.size() ; i++ )
|
||||
@ -1156,11 +1159,14 @@ uint32_t cyMisc::SendRTChat(pyPlayer& from, const std::vector<pyPlayer*> & tolis
|
||||
|
||||
if (tolist.size() > 0)
|
||||
{
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
// this goes to everybody on the shard
|
||||
if (flags & pfKIMsg::kGlobalMsg)
|
||||
msg->SetAllBCastFlags(plMessage::kCCRSendToAllPlayers);
|
||||
#endif
|
||||
// allow inter-age routing of this msg
|
||||
if (flags & pfKIMsg::kInterAgeMsg)
|
||||
{
|
||||
// allow inter-age routing of this msg
|
||||
msg->SetBCastFlag( plMessage::kNetAllowInterAge );
|
||||
}
|
||||
// add net rcvrs to msg
|
||||
for ( int i = 0 ; i < tolist.size() ; i++ )
|
||||
{
|
||||
|
Reference in New Issue
Block a user