forked from metin2/server
Rewrote network stack, started working on porting to 64-bit
This commit is contained in:
@@ -279,7 +279,7 @@ void P2P_MANAGER::GetP2PHostNames(std::string& hostNames)
|
||||
{
|
||||
LPDESC pkDesc = *it++;
|
||||
|
||||
oss << pkDesc->GetP2PHost() << " " << pkDesc->GetP2PPort() << "\n";
|
||||
oss << pkDesc->GetHostName() << " " << pkDesc->GetP2PPort() << "\n";
|
||||
|
||||
}
|
||||
hostNames += oss.str();
|
||||
|
Reference in New Issue
Block a user