1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 21:59:08 +02:00

Removing load info, bucket displays that now.

This commit is contained in:
snowleo
2012-01-20 05:52:35 +01:00
parent 49318ba78f
commit a44c6d51f7
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