Skip to content

Commit

Permalink
Update StarmapTickSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev authored Jan 2, 2024
1 parent 30761e4 commit 1c7d553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/_FTL/FTLPoints/Tick/StarmapTickSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace Content.Server._FTL.FTLPoints.Tick;

public abstract class StarmapTickSystem<T> : EntitySystem where T : Component
{
private readonly float _tickInterval = 0f;
private float _timeSinceLastTick = 300f; // SIN
private readonly float _tickInterval = 300f;
private float _timeSinceLastTick = 0f; // SIN

public override void Initialize()
{
Expand Down

0 comments on commit 1c7d553

Please sign in to comment.