From 2bc23cb4e338180e0e8e2fb1637b07bf4b6ee8bc Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 15 Jul 2022 13:28:17 +0200 Subject: Document allowdupeaccounts Allows joining server multiple times with same account. --- docs/modding-and-development/testing.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3