mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +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>;
|
||||
}
|
||||
void CoreMain() {
|
||||
debug("Core Network on start!");
|
||||
debug("Core Network on start! port: " + std::to_string(options.port));
|
||||
SOCKET LSocket, CSocket;
|
||||
struct addrinfo* res = nullptr;
|
||||
struct addrinfo hints { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user