You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
When editing MySuperCoolServer.json located in /path/to/houston/config/servers/, I expect the line "host": "127.0.0.1", within the following context to change the binding IP on the server:
Expected Behavior
When editing
MySuperCoolServer.json
located in/path/to/houston/config/servers/
, I expect the line"host": "127.0.0.1",
within the following context to change the binding IP on the server:Current Behavior
Currently this modifies the line
server-host=
withinserver.properties
, whereas it should be modifying the lineserver-ip=
withinserver.properties
.Steps to Reproduce (for bugs)
If you check
server.properties
you will see that it changed the lineserver-host=
.Context
It makes it so I have to manually change the server.properties file. When choosing an IP becomes a thing, it will cause issues then as well.
Your Environment
<-- Any other information that may be odd about your environment -->
The text was updated successfully, but these errors were encountered: