Player Administration is broken

Your plugin has stopped working since today's wipe. Is there a fix in the works?

I am not sure what to do with the code you posted as a fix. Do I copy and paste it or something? I own and run the server, but I have no clue when it comes to plugins. I just downloaded and installed them, so a little help with how to use the fix you posted would be appreciated.

Just sharing this in case it helps anyone.

I've updated PlayerAdministration to fix the following compile error after the latest Rust update:

Error while compiling PlayerAdministration: 'BasePlayer' does not contain a definition for 'lastAdminCheatTime' and no accessible extension method 'lastAdminCheatTime' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 1292, Pos: 25

You can grab the updated PlayerAdministration.cs here:

Hopefully this saves a few people some time until an official update is available.

If you run into any issues or find anything I've missed, let me know and I'll take a look.