mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-23 20:34:51 +01:00
List game & server version when starting server (#1181)
* When the server starts, it now outputs the game and server version. Too dumb to not hardcode it - sorry! * ... * sorry i dropped my spaghetti, I'll help clean that * Doing simple stuff: now without hardcoding! * Restored Git hash functionality * Fixed other languages and made the output more useful. * Forgot this file lol
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
"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.",
|
||||
"version": "Grasscutter versión: %s-%s"
|
||||
"version": "Grasscutter versión: %s-%s",
|
||||
"game_version": "Game versión: %s"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
||||
Reference in New Issue
Block a user