Type `ItemContainer' does not contain a definition for `CanTake'Fixed

Dunno if this is known by you, TheGreatJ, yet, but I think JPipes needs an update after today's Forced Update.  Here's what I get when trying to compile it:

Error while compiling: JPipes.cs(1979,148): error CS1061: Type `ItemContainer' does not contain a definition for `CanTake' and no extension method `CanTake' of type `ItemContainer' could be found. Are you missing an assembly reference?

yeah getting the same issue

Yup, same

Same.  Jpipes not working at all.

hopefully an admin will pick it up, its been a while since this was updated last.

same issue 

Find

&& pipe.destcont.inventory.CanTake(itemtomove); 

in the JPipes.cs and just comment it out using // until TheGreatJ gets back to us with a proper fix.

WIx85i0N3I8kxN6.PNG LoneWolfAU

Find

&& pipe.destcont.inventory.CanTake(itemtomove); 

in the JPipes.cs and just comment it out using // until TheGreatJ gets back to us with a proper fix.

Comment removed, answered my own question.  Thanks!

Fixed in the latest update. Method was renamed in Rust from CanTake to CanAccept.

kTkFS2oVvPbrznD.jpg Wulf

Fixed in the latest update. Method was renamed in Rust from CanTake to CanAccept.

Thanks!
Locked automatically