Fix PlantHolder interactions & InteractionSystem assert (#32874)
This commit is contained in:
@@ -1372,7 +1372,8 @@ namespace Content.Shared.Interaction
|
||||
if (uidB == null || args?.Handled == false)
|
||||
return;
|
||||
|
||||
DebugTools.AssertNotEqual(uidA, uidB.Value);
|
||||
if (uidA == uidB.Value)
|
||||
return;
|
||||
|
||||
if (!TryComp(uidA, out MetaDataComponent? metaA) || metaA.EntityPaused)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user