1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 12:31:26 +02:00

Removing load info, bucket displays that now.

This commit is contained in:
snowleo
2012-01-20 05:52:35 +01:00
parent 04a43eb5d0
commit e46fe381b4
15 changed files with 7 additions and 48 deletions

View File

@@ -45,7 +45,6 @@ public class EssentialsChat extends JavaPlugin
pluginManager.registerEvents(playerListenerNormal, this);
pluginManager.registerEvents(playerListenerHighest, this);
LOGGER.info(_("loadinfo", this.getDescription().getName(), this.getDescription().getVersion(), "essentials team"));
}
@Override