From 5bed50bdc2671d3212930755c0eda6187002a557 Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Thu, 26 Oct 2023 19:59:23 +0200 Subject: [PATCH] this will do exactly nothing --- .../MareSynchronosServer/Hubs/MareHub.Functions.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MareSynchronosServer/MareSynchronosServer/Hubs/MareHub.Functions.cs b/MareSynchronosServer/MareSynchronosServer/Hubs/MareHub.Functions.cs index 3b754be..5bd7e10 100644 --- a/MareSynchronosServer/MareSynchronosServer/Hubs/MareHub.Functions.cs +++ b/MareSynchronosServer/MareSynchronosServer/Hubs/MareHub.Functions.cs @@ -304,8 +304,6 @@ public partial class MareHub equals new { UserUID = p.UserUID, OtherUserUID = p.OtherUserUID } into otherperms from otherperm in otherperms.DefaultIfEmpty() - where user.UserUID == uid - && user.OtherUserUID == otheruid select new { UserUID = user.UserUID,