diff options
author | wolf109909 <84360921+wolf109909@users.noreply.github.com> | 2022-02-16 18:53:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 11:53:25 +0100 |
commit | 5660f4f09e0ce273c523db68ee1cbc655b8315ef (patch) | |
tree | 622e1f6368ad1a581623b4a597cec5577c3f6079 /docs/hosting-a-server-with-northstar/dedicated-server | |
parent | 89bf2b61fbdc630c9a4cf82c85bc1db28f22c342 (diff) | |
download | NorthstarWiki-5660f4f09e0ce273c523db68ee1cbc655b8315ef.tar.gz NorthstarWiki-5660f4f09e0ce273c523db68ee1cbc655b8315ef.zip |
Fix a typo in mp_gamemode (#54)
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server')
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/README.md b/docs/hosting-a-server-with-northstar/dedicated-server/README.md index 2b833bb..dd75c39 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md @@ -36,7 +36,7 @@ Startup arguments can be added in the `ns_startup_args_dedi.txt` file. | `+setplaylist` | `private_match` | Currently needed to make servers work | | `+setplaylistvaroverrides` | see [PlaylistOverrides](./#playlist-overrides) | Edits the behaviour of the server | | `-port` | int beteween `1-65535` | Determines which UDP port the server will listen to | -| `+mpgamemode` | see [Gamemodes](./#gamemodes) | Forces the gamemode of the server | +| `+mp_gamemode` | see [Gamemodes](./#gamemodes) | Forces the gamemode of the server | | Flags | Description | | --------------------- | ------------------------------------------------------------------------------ | |