Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Le4nderS committed Jun 13, 2022
1 parent fe57ced commit c02438f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/dev/nachwahl/btemap/BTEMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public final class BTEMap extends JavaPlugin {

@Override
public void onEnable() {
this.getServer().getMessenger().registerOutgoingPluginChannel(this, "bteplugin");
dbConfig = new FileBuilder("plugins/PolyMap", "mysql.yml")
.addDefault("mysql.host", "localhost")
.addDefault("mysql.port", 3306)
Expand Down

0 comments on commit c02438f

Please sign in to comment.