mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
fix logout
This commit is contained in:
parent
feb974de09
commit
03c2b8e5a1
2 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,6 @@ namespace HISP.Server
|
|||
return false;
|
||||
if (LoggedinUser.LoggedinClient == null)
|
||||
return false;
|
||||
if (isDisconnecting)
|
||||
return false;
|
||||
return login;
|
||||
}
|
||||
set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue