Correcting logic bug with getDatabaseType function, removing unnecessary function in StringUtil

This commit is contained in:
2026-01-27 10:27:56 -05:00
parent e044d27e27
commit 5792b81cb1
5 changed files with 11 additions and 38 deletions
@@ -125,7 +125,7 @@ public class AntiVPN {
break;
}
case "mysql":
case "sql":{
case "sql": {
AntiVPN.getInstance().getExecutor().log("Using databaseType MySQL...");
INSTANCE.database = new MySqlVPN();
INSTANCE.database.init();