Strip packet letter in log

This commit is contained in:
Tixx 2025-01-11 21:55:08 +01:00
parent 333a95262b
commit f4e985976f
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

@ -90,7 +90,7 @@ void StartSync(const 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));
if (IP.find('.') == -1) {