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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Additionally you can start the server by running the file located in `src/server
32
32
### Customizable Settings
33
33
The game now includes support for settings modification. This can be done by editing `settings.json`. Keep in mind that you will need to restart the server for modifications to take effect. \
34
34
Here are the default settings in JSON with some informations :
35
-
```json
35
+
```jsonc
36
36
{
37
37
"server_port":8080, // The port on which the server is available
38
38
// Some ports like 80 require an elevation, in that case launch the server as root
0 commit comments