hmm now i get this error alot
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
at Uber.HabboHotel.Rooms.Room.RemoveUserFromRoom(GameClient Session, Boolean NotifyClient, Boolean NotifyKick) in C:\Users\Tyerial\Desktop\uberEmulator\whosthat\HabboHotel\Rooms\Room.cs:line 1233
at Uber.HabboHotel.Users.Habbo.OnDisconnect() in C:\Users\Tyerial\Desktop\uberEmulator\whosthat\HabboHotel\Users\Habbo.cs:line 271
at Uber.HabboHotel.GameClients.GameClient.Stop() in C:\Users\Tyerial\Desktop\uberEmulator\whosthat\HabboHotel\GameClients\GameClient.cs:line 238
at Uber.HabboHotel.GameClients.GameClientManager.StopClient(UInt32 ClientId) in C:\Users\Tyerial\Desktop\uberEmulator\whosthat\HabboHotel\GameClients\GameClientManager.cs:line 80
at Uber.Net.TcpConnection.ConnectionDead() in C:\Users\Tyerial\Desktop\uberEmulator\whosthat\Net\TcpConnection.cs:line 89
at Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr) in C:\Users\Tyerial\Desktop\uberEmulator\whosthat\Net\TcpConnection.cs:line 183
at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
at System.Net.ContextAwareResult.CompleteCallback(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.ContextAwareResult.Complete(IntPtr userToken)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)