remove log message when there is no existing key

This commit is contained in:
_nebula 2023-07-08 10:42:39 +01:00
parent 98354e9a37
commit 756fb161d0

View File

@ -188,7 +188,6 @@ public partial class PlayerInfo
{
if (!_customData.ContainsKey(key))
{
DebugLog.ToConsole($"Custom data for {ToString()} does not contain entry with key {key}!", MessageType.Error);
return default;
}