Report the amount of plugins loaded

This commit is contained in:
Fletch to 99 2012-08-12 16:56:22 -03:00
parent 479ebf4d89
commit e10ed6ac7a

View File

@ -166,7 +166,7 @@ private void appendServerInformation(Server server) {
}
private void appendPluginInformation(Plugin[] plugins) {
appendHeader("Plugins");
appendHeader("Plugins (" + plugins.length + ")");
LogListBlock log = new LogListBlock();