This commit is contained in:
Hri7566 2023-04-01 01:46:16 -04:00
parent 9a745ddbc5
commit d05ee1beb4
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class Server {
""
);
if (banned.includes(ip)) return false;
if (Database.isIPBanned(ip)) return false;
return true;
}
});