remove warning. it's okay

This commit is contained in:
JohnCorby 2021-12-11 18:00:54 -08:00
parent 7ad0c5ae15
commit 3e8dee7c59

View File

@ -47,7 +47,6 @@ namespace QSB.Player
{
if (id is uint.MaxValue or 0U)
{
DebugLog.ToConsole($"Warning - GetPlayer was given bad id {id}! Stacktrace : {Environment.StackTrace}", MessageType.Warning);
return default;
}