mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Merge branch 'v5' into v6
This commit is contained in:
commit
8eb8c24209
@ -162,6 +162,10 @@ 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;
|
||||
}
|
||||
|
@ -780,7 +780,6 @@ public class Settings extends Config {
|
||||
);
|
||||
@Comment("Whether PlotSquared should hook into MvDWPlaceholderAPI or not")
|
||||
public static boolean USE_MVDWAPI = true;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user