Plugin Not up to date.Solved

My Oxide is up to date

Oxide.Rust Version: 2.0.6140

 

[CSharp] Started Oxide.Compiler v*.*.*.* successfully

 

(00:24:38) | Error while compiling MasterKey: 'HashSet<PlayerNameID>' does not contain a definition for 'RemoveAll' and no accessible extension method 'RemoveAll' accepting a first argument of type 'HashSet<PlayerNameID>' could be found (are you missing a using directive or an assembly reference?) | Line: 232, Pos: 54

easy fix... I think. I just downloaded this plugin so I dont know how it all works to fully test this function.

Change line 232 where it says RemoveAll(( to say RemoveWhere(( .

I am an old c# programmer so I believe this should work. Let me know if you know more about the plugin. I will try to read the code more to see what is going on to make sure what I did doesnt create any problems.

Thank You @dwodom 👍

Locked automatically