add null keys to the cache

This commit is contained in:
Chris 2016-09-12 23:17:56 +02:00
parent e506a85171
commit 0fc2e6454b
3 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public class UUIDCache
return _playerUUID;
}catch(Exception _e)
{
update(_playerName, null);
return null;
}
}