Needs update for september forced wipe

Needs update for september forced wipe

Yes please, update if can.

failed to compile

AutoDoors.cs 433:30 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 re

In the short term you may be able to comment out that line.

Change line 433 from "Pool.Free(ref stringBuilder);" to "Pool.FreeUnmanaged(ref stringBuilder);"

2Z5SmsIhLDfX3qQ.jpg PinguinNordpol

Change line 433 from "Pool.Free(ref stringBuilder);" to "Pool.FreeUnmanaged(ref stringBuilder);"

Thanks Sir

Yes, that was my guess here but am unable to test it.

2Z5SmsIhLDfX3qQ.jpg PinguinNordpol

Change line 433 from "Pool.Free(ref stringBuilder);" to "Pool.FreeUnmanaged(ref stringBuilder);"

Thanks :)

2Z5SmsIhLDfX3qQ.jpg PinguinNordpol

Change line 433 from "Pool.Free(ref stringBuilder);" to "Pool.FreeUnmanaged(ref stringBuilder);"

Thanks! You are the best!

2Z5SmsIhLDfX3qQ.jpg PinguinNordpol

Change line 433 from "Pool.Free(ref stringBuilder);" to "Pool.FreeUnmanaged(ref stringBuilder);"

Thank you.