Skip to content

Commit fe41ef3

Browse files
committed
Updated version commands to output the correct GraalVM version.
1 parent cfbc3b5 commit fe41ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScriptableMC-Engine-Core/src/main/kotlin/com/pixlfox/scriptablemc/ScriptEngineGlobalCommands.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ class ScriptEngineGlobalCommands(private val basePlugin: ScriptEngineMain) : Bas
3030
sender.sendMessage("${ChatColor.GREEN}GraalJS Version: ${scriptEngine?.eval("Graal.versionJS")}")
3131
}
3232
else {
33-
sender.sendMessage("- ${ChatColor.GREEN}GraalJS Engine Version: v20.0.0")
33+
sender.sendMessage("- ${ChatColor.GREEN}GraalJS Engine Version: v20.1.0")
3434
}
3535
sender.sendMessage("-----------------------------------------------------")
3636
}
3737
else if(scriptEngineMain.scriptLanguage == "python") {
3838
sender.sendMessage("- ${ChatColor.DARK_BLUE}ScriptableMC Python Engine: ${scriptEngineMain.pluginVersion}")
39-
sender.sendMessage("- ${ChatColor.BLUE}GraalPython Version: v20.0.0")
39+
sender.sendMessage("- ${ChatColor.BLUE}GraalPython Version: v20.1.0")
4040
sender.sendMessage("-----------------------------------------------------")
4141

4242
}

0 commit comments

Comments
 (0)