mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 06:21:57 +00:00
* Fix jatum (#59048) Jatum was not hanling non assoc list very well, due to a try not throwing an error like it should. This fixes that Note that jatum still cannot be 100% trusted with datum serialisation, as it bugs out in this specific case: datum/a var/datum/b/a_datum var/list/datum/b/a_list_of_datum_b if a_datum is in a_list_of_datum_b, jatum will not correctly deserialise the full list (as the reference is already seen) The fix was tested for : https://github.com/tgstation/TerraGov-Marine-Corps/pull/6599 * Fix jatum Co-authored-by: BraveMole <bsouchu@gmail.com>