This commit is contained in:
= 2025-05-12 23:08:13 +02:00
parent 6eb1b565d4
commit e5968c1f28
2 changed files with 0 additions and 5 deletions

View File

@ -78,10 +78,6 @@ int m_ServiceStatus = -1;
#include <timeapi.h>
#endif
#ifdef WITH_SYSTEMD
#include <systemd/sd-daemon.h>
#endif
#ifndef _ACORE_CORE_CONFIG
#define _ACORE_CORE_CONFIG "worldserver.conf"
#endif

View File

@ -25,7 +25,6 @@
#include <boost/asio/ip/tcp.hpp>
#include <functional>
using boost::asio::ip::tcp;
constexpr auto ACORE_MAX_LISTEN_CONNECTIONS = boost::asio::socket_base::max_listen_connections;