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

Commit

Permalink
πŸ”€ Remove "libraries" from plugin sources
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkL4YG committed Mar 3, 2021
1 parent ae3e77e commit ef598a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/de/fearnixx/jeak/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public void run() {

private void populatePluginSources() {
pluginManager.addSource(new File("plugins"));
pluginManager.addSource(new File("libraries"));
}

private void startBot() {
Expand Down

0 comments on commit ef598a9

Please sign in to comment.