Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit b71e9ee

Browse files
committed
Fix bungee config name error
1 parent 27c46cd commit b71e9ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/me/refrac/simpleannounce/bungee/BungeeAnnounce.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public Configuration getConfig() {
5858
public void loadConfig() {
5959
try {
6060
config = ConfigurationProvider.getProvider(YamlConfiguration.class).load(
61-
loadResource(this, "bungee-instance.getConfig().yml"));
61+
loadResource(this, "bungee-config.yml"));
6262
} catch (IOException e) {
6363
e.printStackTrace();
6464
}

0 commit comments

Comments
 (0)