chore: unused ip ban removed

This commit is contained in:
Berkay
2025-09-23 00:26:45 +03:00
parent 161ebd23f7
commit 45bf57a511
5 changed files with 0 additions and 442 deletions

View File

@@ -12,7 +12,6 @@
#include "item_manager.h"
#include "p2p.h"
#include "char.h"
#include "ip_ban.h"
#include "war_map.h"
#include "locale_service.h"
#include "config.h"
@@ -827,8 +826,6 @@ void config_init(const string& st_localeServiceName)
g_bAuthServer = true;
LoadBanIP("BANIP");
if (!strcasecmp(szIP, "master"))
fprintf(stdout, "AUTH_SERVER: I am the master\n");
else