Skip to content

Commit

Permalink
Fix infinite loop on startup (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Oct 6, 2024
1 parent d792fcb commit a89c86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/StaticGroup/GroupCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ internal void Spawn()
{
Group = oldName + "_" + index.ToString();
index++;
key = dbKey;
}
}

Expand Down

0 comments on commit a89c86f

Please sign in to comment.