geforkt von SteamWar/BungeeCore
Fix discord bot loading
Dieser Commit ist enthalten in:
Ursprung
c88ac55b89
Commit
e306567ca5
@ -278,7 +278,7 @@ public class BungeeCore extends Plugin {
|
|||||||
config.getString("db.password")
|
config.getString("db.password")
|
||||||
);
|
);
|
||||||
|
|
||||||
if (config.getSection("discord") != null) {
|
if (config.contains("discord")) {
|
||||||
SteamwarDiscordBotConfig.loadConfig(config.getSection("discord"));
|
SteamwarDiscordBotConfig.loadConfig(config.getSection("discord"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren