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 /EssentialsXMPP/src/com/earth2me | |
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 'EssentialsXMPP/src/com/earth2me')
-rw-r--r-- | EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java index 65925c00a..b5c011e55 100644 --- a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java +++ b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java @@ -10,8 +10,6 @@ import java.util.logging.Logger; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; -import org.bukkit.event.Event.Priority; -import org.bukkit.event.Event.Type; import org.bukkit.plugin.PluginManager; import org.bukkit.plugin.java.JavaPlugin; @@ -54,8 +52,6 @@ public class EssentialsXMPP extends JavaPlugin implements IEssentialsXMPP ess.addReloadListener(users); ess.addReloadListener(xmpp); - - LOGGER.info(_("loadinfo", this.getDescription().getName(), this.getDescription().getVersion(), "essentials team")); } @Override |