Skip to content

Commit

Permalink
Update GuildManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Byte-Nova committed Dec 28, 2024
1 parent ebcb690 commit 30c5d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Server/Managers/GuildManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ void RemoveFromFaction()
if (factionFile.CurrentUids[i] == toUpdateOffline.Uid)
{
factionFile.CurrentUids.RemoveAt(i);
factionFile.CurrentLabels.RemoveAt(i);
factionFile.CurrentRanks.RemoveAt(i);
GuildManagerH.SaveFactionFile(factionFile);
break;
Expand Down

0 comments on commit 30c5d05

Please sign in to comment.