mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 20:03:51 +00:00
7 lines
214 B
C++
7 lines
214 B
C++
#include <MC/NetworkIdentifier.hpp>
|
|
#include <MC/RakNet.hpp>
|
|
|
|
string NetworkIdentifier::getIP() {
|
|
string rv = Global<RakNet::RakPeer>->getAdr(*this).ToString(true, ':');
|
|
return rv.substr(0, rv.find('|'));
|
|
} |