Skip to content

Commit

Permalink
Update AsteroidSpawner.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Jun 10, 2024
1 parent bc9cb0a commit d4b2f1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public void Close()
Log.Info("Closing AsteroidSpawner");
_asteroids?.Clear();
}

public void UpdateTick()
{
if (!MyAPIGateway.Session.IsServer)
Expand Down

0 comments on commit d4b2f1c

Please sign in to comment.