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:
parent
dab1f9485c
commit
96aa5d1c4b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user