`FileSystemBackend' does not contain a definition for `Backend'Fixed

Error while compiling: CustomLootSpawns.cs(357,78): error CS0117: `FileSystemBackend' does not contain a definition for `Backend'

Sorry, but you'd only see that error if using 2.0.13.

Error while compiling: CustomLootSpawns.cs(357,78): error CS0117: `FileSystemBackend' does not contain a definition for `Backend'

I receive this error as well:

Error while compiling: CustomLootSpawns.cs(357,78): error CS0117: `FileSystemBackend' does not contain a definition for `Backend'

I'm using version 0.2.14



Merged post

Fixed it locally by renaming FileSystemBackend.Backend.cache to FileSystem.Backend.cache
 

Ah, you're right, looks like I missed fixing this fix somehow. I updated half a dozen others for the change and mistake, though somehow missed this re-fix.

Locked automatically