mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 05:21:27 +00:00
* Fix a compiler mis-optimization in create_character (#77801) `mind.transfer_to` sets mind to null. `mind.set_original_character` thus, should not work, but happens to because BYOND incorrectly caches this. This is causing problems with OpenDream because they do not have this same bug. * Fix a compiler mis-optimization in create_character --------- Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>