just make it public 🤡

This commit is contained in:
stonedDiscord 2021-10-13 23:00:29 +02:00 committed by Salanto
parent 7acc70464e
commit 6c15aa2164

View File

@ -149,6 +149,11 @@ class Server : public QObject {
*/
void updateHTTPAdvertiserConfig();
/**
* @brief Checks if an IP is in a subnet of the IPBanlist.
**/
bool isIPBanned(QHostAddress f_remote_IP);
/**
* @brief Getter for an area specific buffer from the logger.
*/
@ -302,11 +307,6 @@ class Server : public QObject {
**/
void hookupLogger(AOClient* client);
/**
* @brief Checks if an IP is in a subnet of the IPBanlist.
**/
bool isIPBanned(QHostAddress f_remote_IP);
/**
* @brief The proxy used for WebSocket connections.
*