Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -329,7 +329,7 @@ namespace Content.Server.Mind
|
||||
{
|
||||
component = _entityManager.AddComponent<MindComponent>(entity.Value);
|
||||
}
|
||||
else if (component!.HasMind)
|
||||
else if (component.HasMind)
|
||||
{
|
||||
_gameTickerSystem.OnGhostAttempt(component.Mind!, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user