diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-01-19 12:48:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 12:48:20 +0100 |
commit | c8a22dfd53286bfa4d5537584fd0c193969f20c3 (patch) | |
tree | 56e3fd752d2d064cdb52c47af74bc5d06408cf4c | |
parent | b2a29a41a031b21e7a74cb9ace25584ef5b798ce (diff) | |
parent | 1782fde39c40c163aa62eed71b57753a0f323504 (diff) | |
download | NorthstarWiki-c8a22dfd53286bfa4d5537584fd0c193969f20c3.tar.gz NorthstarWiki-c8a22dfd53286bfa4d5537584fd0c193969f20c3.zip |
Merge pull request #24 from piebaker/patch-5
Correct gamemode startup arg
-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 c4861ac..b07f2e5 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md @@ -124,7 +124,7 @@ They allow the server admin to set server's properties like the name, TCP port, ## Gamemodes -Gamemodes can be forced by the server using the [`+mpgamemode`](./#Startup\_args-mpgamemode) startup arg +Gamemodes can be forced by the server using the [`+mp_gamemode`](./#Startup\_args-mpgamemode) startup arg If ran on a server with the [`ns_should_return_to_lobby 0`](./#Convars-returntolobby) convar, one should also set gamemodes in [`ns_private_match_last_mode`](./#Convars-lastmode) convar |