Cleanup warnings: CS0067, CS8509, CS8073 (#39770)
* Cleanup * Bonus --------- Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
This commit is contained in:
@@ -840,7 +840,7 @@ public abstract partial class SharedActionsSystem : EntitySystem
|
||||
|
||||
if (!_actionsQuery.Resolve(performer, ref performer.Comp, false))
|
||||
{
|
||||
DebugTools.Assert(performer == null || TerminatingOrDeleted(performer));
|
||||
DebugTools.Assert(TerminatingOrDeleted(performer));
|
||||
ent.Comp.AttachedEntity = null;
|
||||
// TODO: should this delete the action since it's now orphaned?
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user