Fix action containers deleting the wrong actions (#20430)
This commit is contained in:
@@ -176,7 +176,7 @@ public sealed class ActionContainerSystem : EntitySystem
|
|||||||
{
|
{
|
||||||
// TODO Actions
|
// TODO Actions
|
||||||
// log an error or warning here once gibbing code is fixed.
|
// log an error or warning here once gibbing code is fixed.
|
||||||
QueueDel(uid);
|
QueueDel(args.Entity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user