Anyone got a fix for the Error while compiling CopyPaste: The type 'SteamInventory' exists in both 'Facepunch.Steamworks.Posix, and 'Facepunch.Steamworks.Win64' | Line: 343, Pos: 18Solved

Been waiting on Misticos to update his plugin, because it breaks Raidable Bases and many other plugins that depend on it. Getting console error:

Error while compiling CopyPaste: The type 'SteamInventory' exists in both 'Facepunch.Steamworks.Posix, Version=*.*.*.*, Culture=neutral, PublicKeyToken=null' and 'Facepunch.Steamworks.Win64, Version=*.*.*.*, Culture=neutral, PublicKeyToken=null' | Line: 343, Pos: 18

I've managed to get it to compile by adding:

using System.Runtime.InteropServices;
using System.Reflection;
But it still doesn't paste in bases.

Merged post

Ended up going with v4.2.0 instead of 4.2.3(current version)and it's working again. Here it is if anyone needs it.

https://mega.nz/file/n7REjQ7R#ddrUnKI2cQXbUDvtehLU2CPUTnUx6eOUrE47gLI63hM
Locked automatically