mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Log core port
This commit is contained in:
parent
e242057583
commit
2ddb576e72
@ -288,7 +288,7 @@ void localRes() {
|
|||||||
ConfList = new std::set<std::string>;
|
ConfList = new std::set<std::string>;
|
||||||
}
|
}
|
||||||
void CoreMain() {
|
void CoreMain() {
|
||||||
debug("Core Network on start!");
|
debug("Core Network on start! port: " + std::to_string(options.port));
|
||||||
SOCKET LSocket, CSocket;
|
SOCKET LSocket, CSocket;
|
||||||
struct addrinfo* res = nullptr;
|
struct addrinfo* res = nullptr;
|
||||||
struct addrinfo hints { };
|
struct addrinfo hints { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user