🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
Showing only changes of commit 21376fbf77 - Show all commits

View File

@ -22,7 +22,7 @@ public class MySQLConnection {
private String tablePrefix = "";
private String tablePrefixVariable = "";
private String connectString = "";
public static Connection con;
private Connection con;
private final SqlLogManager sqlLogManager;
/**