Skip to content

Commit 4ccea68

Browse files
committed
Fixed alot of minor things.
1 parent f437ed7 commit 4ccea68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mangorage/mangobotcore/internal/plugin/PluginManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void load() {
3434

3535

3636

37-
ServiceLoader.load(PluginManagerImpl.class.getModule().getLayer(), Plugin.class)
37+
ServiceLoader.load(Plugin.class)
3838
.stream()
3939
.toList()
4040
.forEach(plugin -> {

0 commit comments

Comments
 (0)