diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-05-16 15:27:25 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-05-16 15:27:25 +0200 |
commit | ff7696b21bbe8cab2839f08f506dd36f23eb6119 (patch) | |
tree | 779225b223bd439382be454a8b3055de5ca97351 /docs/hosting-a-server-with-northstar | |
parent | 1f63cc6dd09d3fcdeaca8f41ef4030260f69bde4 (diff) | |
download | NorthstarWiki-ff7696b21bbe8cab2839f08f506dd36f23eb6119.tar.gz NorthstarWiki-ff7696b21bbe8cab2839f08f506dd36f23eb6119.zip |
Document `allowdupeaccounts` flag
Diffstat (limited to 'docs/hosting-a-server-with-northstar')
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/README.md | 1 |
1 files changed, 1 insertions, 0 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 ec55427..8cc42b7 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md @@ -44,6 +44,7 @@ Example: `+setplaylist private_match +mp_gamemode ps` | --------------------- | ------------------------------------------------------------------------------ | | `-maxplayersplaylist` | Allows [PlaylistOverrides](./#playlist-overrides) to override max player count | | `-enablechathooks` | Allows send the commands using in-game chat | +| `-allowdupeaccounts` | Allows the same account joining multiple times | ### Playlist overrides |