This commit is contained in:
SilicaAndPina 2021-07-03 16:04:38 +12:00
parent fecef4521b
commit c17dc3e8bd
2 changed files with 11 additions and 4 deletions

View file

@ -323,7 +323,7 @@ namespace HISP.Server
// Call OnDisconnect
GameServer.OnDisconnect(this);
LoggedIn = false;
LoggedinUser = null;
// LoggedinUser = null;
// Close Sockets
ClientSocket.Close();
ClientSocket.Dispose();