fix: cancel old owner's pending action on ownership transfer

This commit is contained in:
2026-07-21 20:29:32 +02:00
parent b5ceba442a
commit b10d3a0f55
+2
View File
@@ -512,6 +512,8 @@ public static class ClaimLinkChatCommand
if (oldOwnerMembership != null)
oldOwnerMembership.Level = EnumPlayerGroupMemberShip.Op;
PendingActions.Remove(oldOwnerUid);
string notice = $"'{group.Name}' is now owned by {target.PlayerName}.";
HashSet<string> notifyUids = ClaimLinkModSystem