mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +00:00
[Hotfix] Remove one port check in world
This commit is contained in:
parent
f7a6fe595a
commit
88580b69b6
@ -194,11 +194,6 @@ int main(int argc, char **argv)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IpUtil::IsPortInUse(Config->TelnetIP, Config->TelnetTCPPort)) {
|
|
||||||
LogError("Telnet port [{}] already in use", Config->TelnetTCPPort);
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
std::unique_ptr<EQ::Net::ConsoleServer> console;
|
std::unique_ptr<EQ::Net::ConsoleServer> console;
|
||||||
if (Config->TelnetEnabled) {
|
if (Config->TelnetEnabled) {
|
||||||
LogInfo("Console (TCP) listener started on [{}:{}]", Config->TelnetIP, Config->TelnetTCPPort);
|
LogInfo("Console (TCP) listener started on [{}:{}]", Config->TelnetIP, Config->TelnetTCPPort);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user