Mind ECS (#16826)
This commit is contained in:
@@ -132,7 +132,7 @@ public sealed class EventHorizonSystem : SharedEventHorizonSystem
|
||||
var eventHorizonOwner = eventHorizon.Owner;
|
||||
|
||||
if (!EntityManager.IsQueuedForDeletion(uid) && // I saw it log twice a few times for some reason?
|
||||
(HasComp<MindComponent>(uid) ||
|
||||
(HasComp<MindContainerComponent>(uid) ||
|
||||
_tagSystem.HasTag(uid, "HighRiskItem") ||
|
||||
HasComp<ContainmentFieldGeneratorComponent>(uid)))
|
||||
_adminLogger.Add(LogType.EntityDelete, LogImpact.Extreme, $"{ToPrettyString(uid)} entered the event horizon of {ToPrettyString(eventHorizonOwner)} and was deleted");
|
||||
|
||||
Reference in New Issue
Block a user