Trigger Refactor (#39034)
This commit is contained in:
@@ -58,7 +58,6 @@ public sealed partial class PolymorphSystem : EntitySystem
|
||||
SubscribeLocalEvent<PolymorphedEntityComponent, DestructionEventArgs>(OnDestruction);
|
||||
|
||||
InitializeMap();
|
||||
InitializeTrigger();
|
||||
}
|
||||
|
||||
public override void Update(float frameTime)
|
||||
@@ -85,8 +84,6 @@ public sealed partial class PolymorphSystem : EntitySystem
|
||||
Revert((uid, comp));
|
||||
}
|
||||
}
|
||||
|
||||
UpdateTrigger();
|
||||
}
|
||||
|
||||
private void OnComponentStartup(Entity<PolymorphableComponent> ent, ref ComponentStartup args)
|
||||
|
||||
Reference in New Issue
Block a user