Removed duplicate code

Somehow this got duplicated and so therefore was causing compile time
 errors, might have been something to do with my git merge.
This commit is contained in:
Keir Nellyer 2016-04-24 17:22:21 +01:00
parent dab1f9485c
commit 96aa5d1c4b

View File

@ -148,13 +148,6 @@ public class Arcade extends JavaPlugin
new SnapshotPlugin(this, snapshotManager);
new ReportPlugin(this, reportManager);
Chat chat = new Chat(this, _clientManager, preferenceManager, achievementManager, serverStatusManager.getCurrentServerName());
new MessageManager(this, _clientManager, preferenceManager, ignoreManager, punish, friendManager, chat);
SnapshotManager snapshotManager = new SnapshotManager(new SnapshotPublisher(this));
ReportManager reportManager = new ReportManager(this, preferenceManager, statsManager, snapshotManager, serverStatusManager.getCurrentServerName());
new SnapshotPlugin(this, snapshotManager);
new ReportPlugin(this, reportManager);
BlockRestore blockRestore = new BlockRestore(this);
ProjectileManager projectileManager = new ProjectileManager(this);