diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-09-29 18:08:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 18:08:14 +0200 |
commit | 66a9dbb34bcfbf92abe3d7890db10a09d9a0465a (patch) | |
tree | 2d512c7ab95d98c87b80a1ef294915b519448b60 | |
parent | 66eae3d15da1af8ec549ffad65f33a72a1dc3cd0 (diff) | |
download | NorthstarWiki-66a9dbb34bcfbf92abe3d7890db10a09d9a0465a.tar.gz NorthstarWiki-66a9dbb34bcfbf92abe3d7890db10a09d9a0465a.zip |
Fix broken link to server settings pages (#229)
Link was broken in #218
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
-rw-r--r-- | docs/hosting-a-server-with-northstar/basic-listen-server.md | 4 |
1 files changed, 2 insertions, 2 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 ddeabb1..e76c796 100644 --- a/docs/hosting-a-server-with-northstar/basic-listen-server.md +++ b/docs/hosting-a-server-with-northstar/basic-listen-server.md @@ -48,8 +48,8 @@ sv_cheats 1; script GameRules_ChangeMap( "mp_forwardbase_kodai", "ctf" ); sv_che ``` replace `mp_forwardbase_kodai` and `ctf` with your desired map and gamemode.\ -The list of maps can be found [here](dedicated-server/#maps).\ -The list of gamemodes [here](dedicated-server/#gamemodes). +The list of maps can be found [here](server-settings/file-names.md#maps).\ +The list of gamemodes [here](server-settings/file-names.md#vanilla). 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. |