mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-11 09:27:06 +00:00
Update scripting message
This commit is contained in:
parent
ccb43d0661
commit
a829799b36
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public class DebugExec extends SubCommand {
|
||||||
//create nashorn engine
|
//create nashorn engine
|
||||||
this.engine = scriptEngineManager.getEngineByName("nashorn");
|
this.engine = scriptEngineManager.getEngineByName("nashorn");
|
||||||
try {
|
try {
|
||||||
engine.eval("print('PlotSquared Scripting Test');");
|
engine.eval("print('PlotSquared scripting engine started');");
|
||||||
} catch (ScriptException e) {
|
} catch (ScriptException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue