mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-12-24 17:47:41 +01:00
Show not found class name
This commit is contained in:
parent
73ca237810
commit
e7887fbbb4
@ -45,6 +45,6 @@ public class PluginClassloader extends URLClassLoader
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new ClassNotFoundException();
|
||||
throw new ClassNotFoundException(name);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user