mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-24 12:54:38 +01:00
Show accessAddress in bold yellow on startup
This should make it easier to help people troubleshoot networked setups. Consider telling people to try connecting to the address with a web browser on the client's machine.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"messages": {
|
||||
"game": {
|
||||
"address_bind": "🇺🇸Game Server started at \u001b[1m\u001b[33m%s:%s\u001b[0m",
|
||||
"port_bind": "遊戲伺服器已成功啟動。端口號:%s",
|
||||
"connect": "客戶端已連接至 %s",
|
||||
"disconnect": "客戶端 %s 已斷開連接。",
|
||||
@@ -8,6 +9,7 @@
|
||||
"command_error": "指令發生錯誤:"
|
||||
},
|
||||
"dispatch": {
|
||||
"address_bind": "🇺🇸[Dispatch] Dispatch server started at \u001b[1m\u001b[33m%s:%s\u001b[0m",
|
||||
"port_bind": "[Dispatch] 伺服器已在端口 %s 上開啟。",
|
||||
"request": "[Dispatch] 客戶端 %s 請求: %s %s",
|
||||
"keystore": {
|
||||
|
||||
Reference in New Issue
Block a user