forked from metin2/server
Rewrote network stack, started working on porting to 64-bit
This commit is contained in:
@@ -257,7 +257,7 @@ void CInputP2P::Setup(LPDESC d, const char * c_pData)
|
||||
{
|
||||
TPacketGGSetup * p = (TPacketGGSetup *) c_pData;
|
||||
sys_log(0, "P2P: Setup %s:%d", d->GetHostName(), p->wPort);
|
||||
d->SetP2P(d->GetHostName(), p->wPort, p->bChannel);
|
||||
d->SetP2P(p->wPort, p->bChannel);
|
||||
}
|
||||
|
||||
void CInputP2P::MessengerAdd(const char * c_pData)
|
||||
|
Reference in New Issue
Block a user