Fixed ip whitelisting

This commit is contained in:
funkemunky
2022-02-21 09:15:43 -05:00
parent a6aac8fce7
commit 619b61fe55
8 changed files with 17 additions and 10 deletions
@@ -53,6 +53,7 @@ public class AntiVPN {
switch(INSTANCE.config.getDatabaseType().toLowerCase()) {
case "mysql":
case "h2":
case "sql":{
AntiVPN.getInstance().getExecutor().log("Using databaseType MySQL...");
INSTANCE.database = new MySqlVPN();