Update scripting message

This commit is contained in:
N0tMyFaultOG 2020-04-25 23:53:46 +02:00
parent ccb43d0661
commit a829799b36

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();
}