Log old session out of server if logging in from a second location

This commit is contained in:
woogerboy21 2015-08-22 00:37:29 -04:00
parent 0c0413f056
commit b0630b81ca
3 changed files with 14 additions and 3 deletions

View file

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