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() static std::vector<std::string> GetServerTables()
{ {
std::vector<std::string> tables = { std::vector<std::string> tables = {
"Banned_IPs",
"bugs", "bugs",
"bug_reports", "bug_reports",
"command_settings", "command_settings",