mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +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
|
||||
instance.toggle = injector.getInstance(Toggle.class);
|
||||
instance.help = new Help(instance);
|
||||
|
||||
if (!Settings.Enabled_Components.DISABLE_NASHORN_SCRIPT_ENGINE) {
|
||||
new DebugExec();
|
||||
}
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user