Core/Maps: Fixes player not being removed from map/server when they close the client without using logout/exitgame
This commit is contained in:
@@ -87,7 +87,6 @@ namespace System.Collections.Generic
|
||||
return false;
|
||||
|
||||
bool val = _interalStorage[key].Remove(value);
|
||||
|
||||
if (!val)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user