Fixing submodules

This commit is contained in:
defnotken
2025-11-25 22:22:35 -06:00
parent 7a9ade95c3
commit e350e8007a
10 changed files with 95 additions and 99 deletions

View File

@@ -238,10 +238,6 @@ internal class ContextMenuService : IHostedService
_mediator.Publish(new NotificationMessage(title, message, type, TimeSpan.FromSeconds(durationSeconds)));
}
private HashSet<ulong> VisibleUserIds => [.. _pairManager.DirectPairs
.Where(u => u.IsVisible && u.PlayerCharacterId != uint.MaxValue)
.Select(u => (ulong)u.PlayerCharacterId)];
private bool CanOpenLightfinderProfile(string hashedCid)
{
if (!_broadcastService.IsBroadcasting)