Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjsah committed Sep 30, 2021
1 parent f6dc9a5 commit fcd79df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/cjsah/console/plugin/PluginLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.stream.Collectors;

public class PluginLoader {
public static final Map<String, Plugin> MODS = new HashMap<>();
private static final Map<String, Plugin> MODS = new HashMap<>();
private static int COUNT = 0;

public static void onBotStarted() {
Expand Down

0 comments on commit fcd79df

Please sign in to comment.