This commit is contained in:
ShadowCommander
2023-06-18 11:33:19 -07:00
committed by GitHub
parent 8a943fb374
commit dd7032a860
85 changed files with 1432 additions and 711 deletions

View File

@@ -560,9 +560,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;