This commit is contained in:
2025-10-24 20:18:24 +02:00
parent db45509eaa
commit 4229355a32
5 changed files with 265 additions and 13 deletions

View File

@@ -109,6 +109,8 @@ namespace MegaKoop.Game.Networking
Debug.Log($"[NetworkIdRegistry] Unregistered Network ID {networkId}");
}
SteamCharacterStateCache.RemoveState(networkId);
// Also remove from Steam ID mapping if present
ulong steamIdToRemove = 0;
foreach (var kvp in instance.steamIdToNetworkId)