Skip to content

Commit

Permalink
Update GlimmerStructuresSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jul 12, 2024
1 parent 05dfec7 commit 05e97b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public override void Initialize()
SubscribeLocalEvent<GlimmerSourceComponent, AnomalyPulseEvent>(OnAnomalyPulse);
SubscribeLocalEvent<GlimmerSourceComponent, AnomalySupercriticalEvent>(OnAnomalySupercritical);
SubscribeLocalEvent<GlimmerSourceComponent, MobStateChangedEvent>(OnMobStateChanged);
SubscribeLocalEvent<GlimmerSourceComponent, ComponentStartup>(OnInit);
SubscribeLocalEvent<GlimmerSourceComponent, ComponentInit>(OnInit);
}

private void OnInit(EntityUid uid, GlimmerSourceComponent component, ComponentStartup args)
private void OnInit(EntityUid uid, GlimmerSourceComponent component, ComponentInit args)
{
if (component.ResearchPointGeneration != null)
{
Expand Down

0 comments on commit 05e97b5

Please sign in to comment.