Skip to content

Commit a89c86f

Browse files
authored
Fix infinite loop on startup (#21)
1 parent d792fcb commit a89c86f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/StaticGroup/GroupCenter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ internal void Spawn()
9393
{
9494
Group = oldName + "_" + index.ToString();
9595
index++;
96+
key = dbKey;
9697
}
9798
}
9899

0 commit comments

Comments
 (0)