is the raid protection mod death? cant seem to get it to work. (error while compiling raidprotection: ulong dos not contain a definition for userid and no accessible methot userid accepting a first argument of type ulong could be found
Raid-protection death?
Even the paid version no longer seems to be receiving updates; it even appears to have been taken off sale on Codefling last week. The update should have arrived by now, but it still hasn’t. I just hope the developer doesn’t have any health issues or anything serious going on. We’re still waiting for the update.
Edit line 1075
Look for this line
HashSet<ulong> AllOwnerIdsTemp = (from id in priv.authorizedPlayers select id.userid).ToHashSet();
CHANGE TO
HashSet<ulong> AllOwnerIdsTemp = (from id in priv.authorizedPlayers select id).ToHashSet();