diff options
author | Ethan Berry <73162560+piebaker@users.noreply.github.com> | 2022-01-19 21:56:21 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 21:56:21 +1300 |
commit | 1782fde39c40c163aa62eed71b57753a0f323504 (patch) | |
tree | 56e3fd752d2d064cdb52c47af74bc5d06408cf4c /docs/hosting-a-server-with-northstar | |
parent | b2a29a41a031b21e7a74cb9ace25584ef5b798ce (diff) | |
download | NorthstarWiki-1782fde39c40c163aa62eed71b57753a0f323504.tar.gz NorthstarWiki-1782fde39c40c163aa62eed71b57753a0f323504.zip |
Correct gamemode startup arg
+mpgamemode to +mp_gamemode
Diffstat (limited to 'docs/hosting-a-server-with-northstar')
-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 |