Skip to content

Commit b4fca0f

Browse files
authored
Merge pull request #1131 from J0nathan550/patch-1
Added missing paramater in docs
1 parent 9f2ed33 commit b4fca0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/docs/server/config.json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ omp-server --default-config
153153
| ------------------------------- | ------ | ------------- | --------- | ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
154154
| network.acks_limit | int | 3000 ||| |
155155
| network.aiming_sync_rate\* | int | 30 ||| The time in milliseconds a client should update the server with new data while firing a weapon. |
156-
| network.allow_037_clients | bool | true ||| Toggles if players with 0.3.7 client allowed to join the server. |
156+
| network.allow_037_clients | bool | true ||| Toggles if players with 0.3.7 client are allowed to join the server. |
157+
| network.use_omp_encryption | bool | false ||| Toggles open.mp packet encryption for extra protection (default protocol still works alongside with it). |
157158
| network.bind | string | ||| The IP address the server should use. The server will be forced to use this IP address instead of automatically choosing a free IP address. This IP address must match one assigned to a network card on the server. This is useful for running multiple servers on the same port on the same box. |
158159
| network.cookie_reseed_time | int | 300000 ||| The time in milliseconds the connection cookie seed value updates. |
159160
| network.grace_period | int | 5000 ||| This is a grace period to allow unlimited connections from the same IP after starting the server, mainly used for NPCs.<br />By default: 5 Seconds |

0 commit comments

Comments
 (0)