diff options
author | snowleo <schneeleo@gmail.com> | 2012-01-20 05:52:35 +0100 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2012-01-20 05:52:35 +0100 |
commit | e46fe381b4610d6a784922fe0bfc1bdca963d7c3 (patch) | |
tree | e764700704a7126341636e713086a54fb86c7fac /EssentialsChat/src/com/earth2me/essentials/chat | |
parent | 04a43eb5d0f630fc815b5a136273bb42a1250f63 (diff) | |
download | Essentials-e46fe381b4610d6a784922fe0bfc1bdca963d7c3.tar Essentials-e46fe381b4610d6a784922fe0bfc1bdca963d7c3.tar.gz Essentials-e46fe381b4610d6a784922fe0bfc1bdca963d7c3.tar.lz Essentials-e46fe381b4610d6a784922fe0bfc1bdca963d7c3.tar.xz Essentials-e46fe381b4610d6a784922fe0bfc1bdca963d7c3.zip |
Removing load info, bucket displays that now.
Diffstat (limited to 'EssentialsChat/src/com/earth2me/essentials/chat')
-rw-r--r-- | EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java b/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java index a81525f83..21a71f046 100644 --- a/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java +++ b/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java @@ -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 |