From 7056bef3837fcfeea70bb52be1c57798b2db1f62 Mon Sep 17 00:00:00 2001 From: Subsonic154 Date: Tue, 10 Mar 2026 06:34:55 -0400 Subject: [PATCH] Tweak conf comment --- src/main/resources/application.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index ba20ca933..76efc08f7 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -4,9 +4,9 @@ bind = 127.0.0.1 # The public host name or IP address. Used to forward clients from the login # server to the world server. The default value will only allow local connections. -# If you encounter issues trying to connect to the world from machines on the same network (or the same machine when this is not the default value) -# when hosting a public server with a router that lacks Hairpin NAT support, make sure the hosts file on this system -# has the host name of the system set to resolve to it's local IP address on the network. +# If you encounter issues trying to connect to the world from other machines on the same network +# when this is not the default value and you have a router that lacks Hairpin NAT support, make sure +# the hosts file on this system has the host name of the system set to resolve to it's local IP address on the network. public = 127.0.0.1 # Login server configuration