Skip to content

Commit

Permalink
Move log line about enabling plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SNWCreations committed Jul 27, 2023
1 parent e55244b commit 5d8b43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/snw/kookbc/impl/KBCClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ public synchronized void start() {
getStorage().addUser(botUser);
core.setUser(botUser);
registerInternal();
getCore().getLogger().debug("Enabling plugins");
enablePlugins();
getCore().getLogger().debug("Loading all the plugins from plugins folder");
getCore().getLogger().debug("Starting Network");
startNetwork();
finishStart();
Expand Down

0 comments on commit 5d8b43c

Please sign in to comment.