Cleaned up some old comments.
This commit is contained in:
parent
952c50e4c3
commit
614584080d
|
|
@ -16,8 +16,6 @@ public sealed class AddFactionsImplantSystem : EntitySystem
|
|||
|
||||
private void OnImplantImplantedEvent(Entity<AddFactionsImplantComponent> ent, ref ImplantImplantedEvent args)
|
||||
{
|
||||
//if (args.Implanted is not {} target) // TODO: AUM - Cleanup
|
||||
// return;
|
||||
var target = args.Implanted;
|
||||
|
||||
foreach (var faction in ent.Comp.Factions)
|
||||
|
|
|
|||
Loading…
Reference in New Issue