fix pair offline state

This commit is contained in:
2026-01-17 03:06:46 +09:00
parent 7c281926a5
commit 8be0811b4a
5 changed files with 11 additions and 3 deletions

View File

@@ -1363,6 +1363,7 @@ internal sealed class PairHandlerAdapter : DisposableMediatorSubscriberBase, IPa
{
PlayerName = null;
_cachedData = null;
LastReceivedCharacterData = null;
_performanceMetricsCache.Clear(Ident);
Logger.LogDebug("Disposing {name} complete", name);
}