Dont see Online players in CurrPlayer ..
help.
Dont see Online players in CurrPlayer ..
help.
post a picture for the problem I didn't understand ;$ .. do u mean in the website ?!
Fixed.
how do you fix that?
Here that a fix :
MMatchServer.cpp
Find and comment out like me :
#ifdef LOCALE_KOREA
int nNatePlayer = 0;
for(MMatchObjectList::iterator iter = m_Objects.begin(); iter != m_Objects.end(); iter++)
{
MMatchObject* pObj = (MMatchObject*)iter->second;
if( pObj->GetAccountInfo()->m_nCCode == 30 ) { nNatePlayer++; }
}
// bResult = m_MatchDBMgr.UpdateServerStatus(MGetServerConfig()->GetServerID(), nCurPlayer, nNatePlayer);//Gun edit DB error
//#else
bResult = m_MatchDBMgr.UpdateServerStatus(MGetServerConfig()->GetServerID(), nCurPlayer);
#endif