diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-07-15 13:28:17 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-07-15 13:28:17 +0200 |
commit | 2bc23cb4e338180e0e8e2fb1637b07bf4b6ee8bc (patch) | |
tree | 97a67f7facf0d505a81fe116a8464e52966ab8e8 /docs/modding-and-development | |
parent | 5cdc8ebfc602e18361195ce35444112f1bdd7353 (diff) | |
download | NorthstarWiki-2bc23cb4e338180e0e8e2fb1637b07bf4b6ee8bc.tar.gz NorthstarWiki-2bc23cb4e338180e0e8e2fb1637b07bf4b6ee8bc.zip |
Document allowdupeaccounts
Allows joining server multiple times with same account.
Diffstat (limited to 'docs/modding-and-development')
-rw-r--r-- | docs/modding-and-development/testing.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md index 1f367ee..ce0661e 100644 --- a/docs/modding-and-development/testing.md +++ b/docs/modding-and-development/testing.md @@ -50,3 +50,7 @@ After testing, make sure to mention the steps tested in your review. [info] "net_fakelag_clientOnly" = "1" ( CHEAT ) - Fakelag won't affect the server, only clients [info] "net_fakelagjitter" = "0" - Jitter net_fakelag packet time ``` + +**Joining same server multiple times with same accounts** + +By default duplicate accounts are blocked by server. Use `-allowdupeaccounts` when starting server to allow duplicate accounts. From there you can launch multiple clients on the same account and connect them to the server. |