mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-27 08:36:38 +00:00
Display version info at console starting
This commit is contained in:
parent
c00a6dbadd
commit
edc75b2632
@ -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) {
|
||||
|
@ -48,7 +48,8 @@
|
||||
"run_mode_error": "Invalid server run mode: %s.",
|
||||
"run_mode_help": "Server run mode must be 'HYBRID', 'DISPATCH_ONLY', or 'GAME_ONLY'. Unable to start Grasscutter...",
|
||||
"create_resources": "Creating resources folder...",
|
||||
"resources_error": "Place a copy of 'BinOutput' and 'ExcelBinOutput' in the resources folder."
|
||||
"resources_error": "Place a copy of 'BinOutput' and 'ExcelBinOutput' in the resources folder.",
|
||||
"version": "Grasscutter version: %s, Git Hash: %s"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
@ -45,7 +45,8 @@
|
||||
"run_mode_error": "Błędny tryb pracy serwera: %s.",
|
||||
"run_mode_help": "Tryb pracy serwera musi być ustawiony na 'HYBRID', 'DISPATCH_ONLY', lub 'GAME_ONLY'. Nie można wystartować Grasscutter...",
|
||||
"create_resources": "Tworzenie folderu resources...",
|
||||
"resources_error": "Umieść kopię 'BinOutput' i 'ExcelBinOutput' w folderze resources."
|
||||
"resources_error": "Umieść kopię 'BinOutput' i 'ExcelBinOutput' w folderze resources.",
|
||||
"version": "Grasscutter versión: %s, Git Hash: %s"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
@ -45,7 +45,8 @@
|
||||
"run_mode_error": "无效的服务器运行模式:%s。",
|
||||
"run_mode_help": "服务器运行模式必须为 HYBRID、DISPATCH_ONLY 或 GAME_ONLY。Grasscutter 启动失败...",
|
||||
"create_resources": "正在创建 resources 目录...",
|
||||
"resources_error": "请将 BinOutput 和 ExcelBinOutput 复制到 resources 目录。"
|
||||
"resources_error": "请将 BinOutput 和 ExcelBinOutput 复制到 resources 目录。",
|
||||
"version": "Grasscutter版本: %s, Git Hash: %s"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
@ -45,7 +45,8 @@
|
||||
"run_mode_error": "無效的伺服器運行模式: %s。",
|
||||
"run_mode_help": "伺服器運行模式必須為 HYBRID 或者 DISPATCH_ONLY 或者 GAME_ONLY。Grasscutter 啟動失敗...",
|
||||
"create_resources": "正在建立 resources 資料夾...",
|
||||
"resources_error": "請將 BinOutput 和 ExcelBinOutput 複製到 resources 資料夾。"
|
||||
"resources_error": "請將 BinOutput 和 ExcelBinOutput 複製到 resources 資料夾。",
|
||||
"version": "Grasscutter版本: %s, Git Hash: %s"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
Loading…
Reference in New Issue
Block a user