Broken with July 25 update

Hi there, 

Plugin fails to compile after latest update:

Error while compiling FarmTools: 'Construction.Target' does not contain a definition for 'inBuildingPrivilege' and no accessible extension method 'inBuildingPrivilege' accepting a first argument of type 'Construction.Target' could be found (are you missing a using directive or an assembly reference?) | Line: 206, Pos: 24

Ah so inBuildingPrivilege was renamed to buildingBlocked (https://commits.facepunch.com/r/rust_reboot/main/snap_deployable_improvements)
So just need to changed line 206 in the .cs to read target.buildingBlocked = true