mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
We don't need "no-nashorn" config option in v6
This commit is contained in:
parent
8eb8c24209
commit
3e28d39285
@ -162,10 +162,6 @@ public class MainCommand extends Command {
|
|||||||
// Referenced commands
|
// Referenced commands
|
||||||
instance.toggle = injector.getInstance(Toggle.class);
|
instance.toggle = injector.getInstance(Toggle.class);
|
||||||
instance.help = new Help(instance);
|
instance.help = new Help(instance);
|
||||||
|
|
||||||
if (!Settings.Enabled_Components.DISABLE_NASHORN_SCRIPT_ENGINE) {
|
|
||||||
new DebugExec();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user