mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Show reason for invalid plugin
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
8bb6cd38e7
commit
514167e661
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue