Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Aug 16, 2021
1 parent 754e470 commit 2edf168
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/com/exaroton/bungee/ExarotonPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -524,14 +524,6 @@ public String findServerName(String address, String fallback) {
return fallback;
}

/**
* get bungeecord configuration
* @return bungee config
*/
private Configuration getBungeeConfig() {
return this.bungeeConfig;
}

public void updateServer(Server server) {
if (serverCache == null) return;
int index = 0;
Expand Down

0 comments on commit 2edf168

Please sign in to comment.