Add banned IP's 😠

This commit is contained in:
Akkadius 2019-12-24 00:27:04 -06:00
parent 71a1142f6b
commit c173936e32

View File

@ -201,6 +201,7 @@ namespace DatabaseSchema {
static std::vector<std::string> GetServerTables()
{
std::vector<std::string> tables = {
"Banned_IPs",
"bugs",
"bug_reports",
"command_settings",