Cannot implicitly convert type `Item' to `bool'Solved
please update this plugin

Error while compiling: PermaMap.cs(125,17): error CS0029: Cannot implicitly convert type `Item' to `bool'



It compiles fine for me, are you sure you're not using a modified version?
In response to redBDGR ():


It compiles fine for me, are you sure you're not using a modified version?
Looks like it was an issue. There was an item being created that was not null checked, if (item) vs. if (item == null).
Locked automatically