Skip to content

Commit f275b48

Browse files
Im-FranTheProgramSrc
authored andcommitted
* Working on Bug Fixes
* Removed Plugin Main Classes to avoid bugs
1 parent e5ce64d commit f275b48

File tree

5 files changed

+1
-61
lines changed

5 files changed

+1
-61
lines changed

src/main/java/xyz/theprogramsrc/supercoreapi/global/storage/MySQLDataBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public MySQLDataBase(SuperPlugin<?> plugin){
1818
this.plugin = plugin;
1919
this.plugin.log("Connecting to '" + getDataBaseSettings().host() + ":" + getDataBaseSettings().port()+"'...");
2020
if(this.hideHikariLogs()){
21-
this.plugin.registerLogFilter(new LogsFilter(LogsFilter.FilterResult.DENY, "com.zaxxer.hikari"));
21+
new LogsFilter(LogsFilter.FilterResult.DENY, "com.zaxxer.hikari").register();
2222
}
2323
HikariConfig cfg = new HikariConfig();
2424
cfg.setDriverClassName("com.mysql.jdbc.Driver");

src/main/java/xyz/theprogramsrc/supercoreapi/plugin/BungeePlugin.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/main/java/xyz/theprogramsrc/supercoreapi/plugin/SpigotPlugin.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/main/resources/bungee.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/main/resources/plugin.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)