Hi there is an error ist the Plugin AutoDoors Is it possible to fix this or can I do it myself? It seems to have something to do with the string!
Thanks for help
@ M4nStop
The Error is here :
Error while compiling AutoDoors: The type 'System.Text.StringBuilder'
cannot be used as type parameter 'T' in the generic type or method 'Pool.Free<T>(ref T)'.
There is no implicit reference conversion from 'System.Text.StringBuilder' to 'Facepunch.Pool.IPooled'. | Line: 433, Pos: 30
Hi there is an error : Error while compiling AutoDoors:
I have Fix self but update the Download Please there is the old Version.
AutoDoors.cs
Change line 433 to:
Pool.FreeUnmanaged(ref stringBuilder);