mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Add websocket feature (#3562)
* add websocket feature * Added 2.7.0_min_version
This commit is contained in:
parent
073c531855
commit
46b34d6515
3 changed files with 14 additions and 8 deletions
|
|
@ -73,7 +73,7 @@ requireclientid=false
|
|||
; You can limit the types of clients that connect to the server by requiring different features be available
|
||||
; on the client. This setting can contain a comma-seperated list of features. if any of the features
|
||||
; listed in this line are not available on the client the client will be denied access to the server upon
|
||||
; attempting to log in. Example: "client_id,client_ver"
|
||||
; attempting to log in. Example: "client_id,client_ver,websocket"
|
||||
requiredfeatures=""
|
||||
|
||||
; You can define custom warnings that users are sent when the moderation staff uses the right client warn user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue