Added server side setting to allow the requirement of a client id from clients.

This commit is contained in:
woogerboy21 2015-08-07 15:52:55 -04:00
parent 95cc10a278
commit b62ffdeb0b
8 changed files with 18 additions and 5 deletions

View file

@ -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]