We weren't supposed to break things *that* hard. Plugins still need to update but here's a TEMPORARY fix.

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-03-31 22:51:26 +01:00
parent d15ff4b638
commit 19ec204cc9
5 changed files with 36 additions and 14 deletions

View File

@ -258,7 +258,7 @@ public final class SimplePluginManager implements PluginManager {
if (plugin.isNaggable()) {
plugin.setNaggable(false);
server.getLogger().log(Level.SEVERE, String.format(
"Nag author: %s of %s about the following:",
"Nag author: '%s' of '%s' about the following: %s",
plugin.getDescription().getAuthors().get(0),
plugin.getDescription().getName(),
ex.getMessage()