This commit is contained in:
dordsor21
2020-04-28 11:21:51 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ public class DebugExec extends SubCommand {
//create nashorn engine
this.engine = scriptEngineManager.getEngineByName("nashorn");
try {
engine.eval("print('PlotSquared Scripting Test');");
engine.eval("print('PlotSquared scripting engine started');");
} catch (ScriptException e) {
e.printStackTrace();
}