Error while compiling MasterKey: 'HashSet' does not contain a definition for 'RemoveAll' and no accessible extension method 'RemoveAll' accepting a first argument of type 'HashSet' could be found (are you missing a using directive or an assembly reference?) | Line: 232, Pos: 54
Error while compiling MasterKey after today's update
Same here
Same here
I erased line 232 and it seems to be working fine.
Yeah, not sure what the line does, so I'll wait for @Fastburst to patch it.
Edit line 232 of the plugin and replace RemoveAll with RemoveWhere
FP change the variable from a List to HashSet
Awesome, thanks Lorenzo!
Lorenzo
Edit line 232 of the plugin and replace RemoveAll with RemoveWhere
FP change the variable from a List to HashSet
My line 232 already shows RemoveWhere, so it must've been updated....but the plugin page doesn't show a new update.