System property cleanup

This commit is contained in:
Anuken
2021-07-15 11:27:21 -04:00
parent eb31483a15
commit 1c2b1fb757
5 changed files with 38 additions and 29 deletions

View File

@@ -278,7 +278,7 @@ public class ServerControl implements ApplicationListener{
handler.register("version", "Displays server version info.", arg -> {
info("Version: Mindustry @-@ @ / build @", Version.number, Version.modifier, Version.type, Version.build + (Version.revision == 0 ? "" : "." + Version.revision));
info("Java Version: @", System.getProperty("java.version"));
info("Java Version: @", OS.javaVersion);
});
handler.register("exit", "Exit the server application.", arg -> {