diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-16 21:38:16 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-16 21:38:16 +0100 |
commit | afa6889edc2be5e8fe658eae837cbd15b9f3d35f (patch) | |
tree | bc441813641a9e25e5ceb89a5cd4e7a0fc15d628 | |
parent | d6a9b340c27f98333af4ca304ec6d1b83f00df4b (diff) | |
download | NorthstarWiki-afa6889edc2be5e8fe658eae837cbd15b9f3d35f.tar.gz NorthstarWiki-afa6889edc2be5e8fe658eae837cbd15b9f3d35f.zip |
Mention ns_private_match_only_host_can_start
-rw-r--r-- | docs/hosting-a-server-with-northstar/basic-listen-server.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hosting-a-server-with-northstar/basic-listen-server.md b/docs/hosting-a-server-with-northstar/basic-listen-server.md index eb8bd36..db74b37 100644 --- a/docs/hosting-a-server-with-northstar/basic-listen-server.md +++ b/docs/hosting-a-server-with-northstar/basic-listen-server.md @@ -46,4 +46,5 @@ The list of gamemodes [here](dedicated-server/#gamemodes). If someone keeps messing with the settings, set `ns_private_match_only_host_can_change_settings` to `2`, so that only you can change them. -Set `ns_private_match_countdown_length` to `1` if you don't want to wait for the countdown timer when you start a match. +Set `ns_private_match_countdown_length` to `1` if you don't want to wait for the countdown timer when you start a match. \ +Additionally, set `ns_private_match_only_host_can_start` to `1` so that only you can actually press the _start match_ button. |