Fix PluginManagerTest
This commit is contained in:
@@ -118,9 +118,6 @@ public class PluginManager
|
|||||||
this.configManager = configManager;
|
this.configManager = configManager;
|
||||||
this.executor = executor;
|
this.executor = executor;
|
||||||
this.sceneTileManager = sceneTileManager;
|
this.sceneTileManager = sceneTileManager;
|
||||||
|
|
||||||
eventBus.subscribe(SessionOpen.class, this, this::onSessionOpen);
|
|
||||||
eventBus.subscribe(SessionClose.class, this, this::onSessionClose);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void watch()
|
public void watch()
|
||||||
|
|||||||
Reference in New Issue
Block a user