Enable nullability in Content.Server (#3685)
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Content.Server.Commands.Chat
|
||||
return;
|
||||
|
||||
var chat = IoCManager.Resolve<IChatManager>();
|
||||
var owner = player.ContentData()?.Mind?.OwnedComponent.Owner;
|
||||
var owner = player.ContentData()?.Mind?.OwnedComponent?.Owner;
|
||||
|
||||
if (owner == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user