1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-30 19:28:14 +02:00

Show reason for invalid plugin

This commit is contained in:
Dinnerbone 2011-01-05 22:56:31 +00:00
parent 72c378f1d1
commit a0c449559a
2 changed files with 752 additions and 752 deletions
src/main/java
net/minecraft/server
org/bukkit/craftbukkit

File diff suppressed because it is too large Load diff

View file

@ -37,7 +37,7 @@ public final class CraftServer implements Server {
pluginManager.enablePlugin(plugin);
}
} catch (Throwable ex) {
Logger.getLogger(CraftServer.class.getName()).log(Level.SEVERE, "(Is it up to date?)", ex);
Logger.getLogger(CraftServer.class.getName()).log(Level.SEVERE, ex.getMessage() + " (Is it up to date?)", ex);
}
} else {
pluginFolder.mkdir();