Skip to content

Datumpool runtime fix

Rob Nelson requested to merge pull/3544/panic into Bleeding-Edge

Created by: clusterfack

Runtime fix that should stop the following runtime:

runtime error: illegal use of list2args() or named parameters proc name: getFromDPool (/proc/getFromDPool) source file: datumpool.dm,39

Fix another issue where the GC would collect a datum before it makes it into the pool.

Fixes https://github.com/d3athrow/vgstation13/issues/3542

Merge request reports