Jump to content

Update for Sept 5th Patch

Closed 2.0.12 2.0.13

Snaplatack
Snaplatack

Posted

Just need an update for this months patch

 

Cooking.cs          5494:26  The type 'System.Collections.Generic.List<string>' 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.Collections.Generic.List<string>' to 'Facepunch.Pool.IPooled'.

 

ClumsyZombie

Posted

To get it to work I did 

Line 5494 from

Pool.Free(ref meals);

to

Pool.FreeUnmanaged(ref meals);

Restarted and working now. 

  • Love 2
Snaplatack

Posted

1 hour ago, ClumsyZombie said:

To get it to work I did 

Line 5494 from

Pool.Free(ref meals);

to

Pool.FreeUnmanaged(ref meals);

Restarted and working now. 

Worked Thanks!

 

  • Curator
imthenewguy

Posted

Changed Status from Pending to Closed

Changed Fixed In to 2.0.13

0

Downloads

Total number of downloads.

0

Customers

Total customers served.

0

Files Sold

Total number of files sold.

0

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.