This commit is contained in:
ShadowCommander
2023-03-26 11:31:13 -07:00
committed by GitHub
parent 0e5dc41fe8
commit bfc4da9377
85 changed files with 1150 additions and 684 deletions

View File

@@ -497,9 +497,9 @@ public sealed partial class ChatSystem : SharedChatSystem
if (player == null)
return true;
var mindComponent = player.ContentData()?.Mind;
var mindContainerComponent = player.ContentData()?.Mind;
if (mindComponent == null)
if (mindContainerComponent == null)
{
shell?.WriteError("You don't have a mind!");
return false;