mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
Added server side setting to allow the requirement of a client id from clients.
This commit is contained in:
parent
94942e1a92
commit
bc99024e4f
8 changed files with 18 additions and 5 deletions
|
|
@ -46,6 +46,9 @@ clientkeepalive=1
|
|||
; considered disconnected; default is 15
|
||||
max_player_inactivity_time=15
|
||||
|
||||
; More modern clients generate client IDs based on specific client side information. Enable this option to
|
||||
' require that clients report the client ID in order to log into the server. Default is false
|
||||
requireclientid=false
|
||||
|
||||
[authentication]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue