Compilation error due to update

Error while compiling: ItemPuller.cs(218,82): error CS1061: Type `ConstructionGrade' does not contain a definition for `costToBuild' and no extension method `costToBuild' of type `ConstructionGrade' could be found. Are you missing an assembly reference?

Best regards.

Results results = ScanItems(player, construction.defaultGrade.CostToBuild(), 1);

            object status = GiveItems(player, results, construction.defaultGrade.CostToBuild());
Hi, Change these lines to the line 213
slashhsky
Results results = ScanItems(player, construction.defaultGrade.CostToBuild(), 1);

            object status = GiveItems(player, results, construction.defaultGrade.CostToBuild());
Hi, Change these lines to the line 213

Your GOD

Hey there, I changed these lines as mentioned above and its still not working for my server. Any other ideas? :)