Disable mail and notifications

This commit is contained in:
Shaun Bennett 2014-12-06 01:00:02 -06:00
parent 54d8fe21fb
commit b99da44873
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ public class HubManager extends MiniClientPlugin<HubClient>
((CraftWorld)Bukkit.getWorlds().get(0)).getHandle().pvpMode = true;
NotificationManager notificationManager = new NotificationManager(plugin, clientManager, donationManager);
new MailManager(_plugin, notificationManager);
// NotificationManager notificationManager = new NotificationManager(plugin, clientManager, donationManager);
// new MailManager(_plugin, notificationManager);
_ruleBook = ItemStackFactory.Instance.CreateStack(Material.WRITTEN_BOOK, (byte)0, 1, ChatColor.GREEN + "Rule Book", new String[] { });
BookMeta meta = (BookMeta)_ruleBook.getItemMeta();