Display version info at console starting

This commit is contained in:
mingjun97
2022-05-10 21:36:30 -07:00
committed by Melledy
parent 170db70b6f
commit 895e2bc44a
5 changed files with 9 additions and 4 deletions

View File

@@ -190,6 +190,7 @@ public final class Grasscutter {
}
getLogger().info(translate("messages.status.done"));
getLogger().info(translate("messages.status.version", BuildConfig.VERSION, BuildConfig.GIT_HASH));
String input = null;
boolean isLastInterrupted = false;
while (true) {