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:
AnimeGitB
2022-08-25 21:37:49 +09:30
parent f5c8959688
commit 6d65b71512
11 changed files with 20 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{
"messages": {
"game": {
"address_bind": "🇺🇸Game Server started at \u001b[1m\u001b[33m%s:%s\u001b[0m",
"port_bind": "Servidor del juego iniciado en el puerto %s",
"connect": "Cliente conectado desde %s",
"disconnect": "Cliente desconectado desde %s",
@@ -8,6 +9,7 @@
"command_error": "Comando de error:"
},
"dispatch": {
"address_bind": "🇺🇸[Dispatch] Dispatch server started at \u001b[1m\u001b[33m%s:%s\u001b[0m",
"port_bind": "[Dispatch] El servidor de envío se inició en el puerto %s",
"request": "[Dispatch] Petición %s %s del cliente: %s",
"keystore": {