mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Fix stuffs
This commit is contained in:
parent
456cc2943b
commit
eb8ea14fa7
5 changed files with 19 additions and 8 deletions
|
@ -22,7 +22,11 @@ namespace HISP.Server
|
|||
{
|
||||
bool login = loggedIn;
|
||||
if (LoggedinUser == null)
|
||||
login = false;
|
||||
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