PreventLooting - Failed to compile: 'HashSet<ulong>' does not contain a definition for 'Any' and the best extension method overload 'ParallelEnumerable.Any<PlayerNameID>(ParallelQuery<PlayerNameID>, Func<PlayerNameID, bool>)' requires a receiver of type 'System.Linq.ParallelQuery<ProtoBuf.PlayerNameID>' | Line: 624, Pos: 51
This coming wipe, staging shows Nov 2025
you need to change that line to
if (bprev.IsAuthed(player) && bprev.IsAuthed(player.userID)) return true;
or download this fixed version if you dont understand how to change it
https://www.dropbox.com/scl/fi/dn95z5fpfij96ii4ej337/PreventLooting.cs?rlkey=8bs66q0vlqitdwxh1ur7f7fpl&dl=1
Thank you mate