1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-26 16:45:21 +00:00

Actually disable loading the plugin functions in the PluginManager.

This commit is contained in:
2017-08-02 19:06:16 -07:00
parent 2502c90837
commit 44b8efd9bc
2 changed files with 20 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ public class Abacus {
* Creates a new instance of the Abacus calculator.
*/
public Abacus() {
pluginManager = new PluginManager();
pluginManager = new PluginManager(this);
numberReducer = new NumberReducer(this);
configuration = new Configuration(CONFIG_FILE);
configuration.saveTo(CONFIG_FILE);