Cleaned up some old comments.

This commit is contained in:
Vanessa 2025-11-22 11:51:13 -06:00
parent 952c50e4c3
commit 614584080d
1 changed files with 0 additions and 2 deletions

View File

@ -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)