mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
remove log message when there is no existing key
This commit is contained in:
parent
98354e9a37
commit
756fb161d0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user