I've updated but console says this I've removed the config and still get this
Error while compiling: Backpacks.cs(6407,22): error CS0310: The type `T' must have a public parameterless constructor in order to use it as parameter `T' in the generic type or method `Facepunch.Pool.Free(ref T)'
Error while compiling: Backpacks.csSolved
Yes I installed this before the rust update
Are you still getting this error after the rust and oxide update?
Seems to be fine on my servers.
I can tell by the error message that you are still running the older version of the plugin, because the referenced Facepunch.Pool.Free code is no longer anywhere in the plugin code.
wth I just downloaded it
Merged post
OK its working now sorry for the issue
I am having the same issue, and I'm new to rust plugins, how to do I update it without losing whats in my bags?
undeadmarahI am having the same issue, and I'm new to rust plugins, how to do I update it without losing whats in my bags?
Simply download the new file and replace the old one with it on your server.
If you want to keep bag contents across wipes, make sure to apply the config option for that.
Thank you so much :)