mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 08:26:01 +00:00
Strip packet letter in log
This commit is contained in:
parent
333a95262b
commit
f4e985976f
@ -90,7 +90,7 @@ void StartSync(const std::string& Data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void GetServerInfo(std::string Data) {
|
void GetServerInfo(std::string Data) {
|
||||||
debug("Fetching server info of " + Data);
|
debug("Fetching server info of " + Data.substr(1));
|
||||||
|
|
||||||
std::string IP = GetAddr(Data.substr(1, Data.find(':') - 1));
|
std::string IP = GetAddr(Data.substr(1, Data.find(':') - 1));
|
||||||
if (IP.find('.') == -1) {
|
if (IP.find('.') == -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user