Hey, plugin doesnt work after this patch, can you fix it? thank you
Doesnt work after 5th March 26 patchSolved
Error is saying:
Error while compiling AntiItems: 'Pool' does not contain a definition for 'GetList' | Line: 128, Pos: 47
Please help :)
Merged post
I'm not great at coding, but changing the below has fixed the issue:
Change Line 128 to:
List<Item> foundComponents = Facepunch.Pool.Get<List<Item>>();
Change Line 141 to:
Facepunch.Pool.FreeUnmanaged(ref foundComponents);
heya, thanks. fixed in 1.0.16
Locked automatically