mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15: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
|
||||
this.engine = scriptEngineManager.getEngineByName("nashorn");
|
||||
try {
|
||||
engine.eval("print('PlotSquared Scripting Test');");
|
||||
engine.eval("print('PlotSquared scripting engine started');");
|
||||
} catch (ScriptException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue