Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 1abc28d

Browse files
committed
Make classloading faster
1 parent dcf3817 commit 1abc28d

File tree

1 file changed

+1
-1
lines changed
  • simplixcore-minecraft/simplixcore-minecraft-spigot/simplixcore-minecraft-spigot-plugin/src/main/java/dev/simplix/core/minecraft/spigot/plugin/libloader

1 file changed

+1
-1
lines changed

simplixcore-minecraft/simplixcore-minecraft-spigot/simplixcore-minecraft-spigot-plugin/src/main/java/dev/simplix/core/minecraft/spigot/plugin/libloader/PluginClassLoaderFabricator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public Class<?> loadClass(String name) throws ClassNotFoundException {
174174
simplixCoreClassLoader,
175175
name,
176176
false,
177-
true,
177+
false,
178178
false);
179179
return (Class<?>) invoke;
180180
} catch (IllegalAccessException reflectiveOperationException) {

0 commit comments

Comments
 (0)