From 5660f4f09e0ce273c523db68ee1cbc655b8315ef Mon Sep 17 00:00:00 2001 From: wolf109909 <84360921+wolf109909@users.noreply.github.com> Date: Wed, 16 Feb 2022 18:53:25 +0800 Subject: Fix a typo in mp_gamemode (#54) --- docs/hosting-a-server-with-northstar/dedicated-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | | --------------------- | ------------------------------------------------------------------------------ | -- cgit v1.2.3