mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-11 06:00:40 +00:00
Fixed ip whitelisting
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user