fix: clear kicked player's pending action on kick

This commit is contained in:
2026-07-12 19:46:08 +02:00
parent c035bf1a73
commit 1803aaaa37
+1
View File
@@ -289,6 +289,7 @@ public static class ClaimLinkChatCommand
return Stage(playerUid, $"All of {target.PlayerName}'s claims will be kicked from '{groupName}'.", () =>
{
link.Members.Remove(member);
RemovePending(targetUid);
ClaimLinkModSystem.Registry.Save();
return TextCommandResult.Success($"Kicked all of {target.PlayerName}'s claims from '{groupName}'.");