mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
Registered Only Server
Allow for registration only server.
This commit is contained in:
parent
69a8fa0bb1
commit
3c216ac9cd
5 changed files with 14 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ message Response {
|
|||
RespUserIsBanned = 19;
|
||||
RespAccessDenied = 20;
|
||||
RespUsernameInvalid = 21;
|
||||
RespRegRequired = 22;
|
||||
}
|
||||
enum ResponseType {
|
||||
JOIN_ROOM = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue