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
Broken as of August FP Update
I posted a fix under uMod - Error compiling after today's update - Player Administration - Community
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.