Ugh, just updated DarkRP for a different bug fix, the CanTool thing now does this:
...
end
return GAMEMODE:CanTool(ply, trace, tool)
end
hook.Add("CanTool", "FPP.Protect.CanTool", FPP.Protect.CanTool)
Do I still have to make it just return? Or will it work now?