mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 12:32:55 +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))
|
if (!_customData.ContainsKey(key))
|
||||||
{
|
{
|
||||||
DebugLog.ToConsole($"Custom data for {ToString()} does not contain entry with key {key}!", MessageType.Error);
|
|
||||||
return default;
|
return default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user