mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
Log old session out of server if logging in from a second location
This commit is contained in:
parent
0c0413f056
commit
b0630b81ca
3 changed files with 14 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ message Event_ConnectionClosed {
|
|||
USERNAMEINVALID = 5;
|
||||
USER_LIMIT_REACHED = 6;
|
||||
DEMOTED = 7;
|
||||
LOGGEDINELSEWERE = 8;
|
||||
}
|
||||
optional CloseReason reason = 1;
|
||||
optional string reason_str = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue