Skip to content

Commit

Permalink
Update PluginLoader.java
Browse files Browse the repository at this point in the history
  • Loading branch information
CaaMoe committed Mar 30, 2024
1 parent d35fba5 commit 38d0b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class PluginLoader {
private final AtomicBoolean loaded = new AtomicBoolean(false);
@Getter
private IExtURLClassLoader pluginClassLoader = new PriorAllURLClassLoader(new URL[0], PluginLoader.class.getClassLoader(),
Stream.of("moe.caa.multilogin.", "java.", "net.minecraft.", "com.mojang.").collect(Collectors.toSet()));
Stream.of("moe.caa.multilogin.", "java.", "net.minecraft.", "com.mojang.", "org.bukkit.").collect(Collectors.toSet()));
@Getter
private MultiCoreAPI coreObject;

Expand Down

0 comments on commit 38d0b69

Please sign in to comment.