mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Fixes a default warning in reference sanity. [MDB IGNORE] (#11154)
* Fixes a default warning in reference sanity. (#64560) * Fixes a default warning in reference sanity. Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
/datum/unit_test/find_reference_static_investigation/Run()
|
||||
var/atom/movable/ref_test/victim = allocate(/atom/movable/ref_test)
|
||||
var/atom/movable/ref_holder/testbed = allocate(/atom/movable/ref_holder)
|
||||
pass(testbed)
|
||||
SSgarbage.should_save_refs = TRUE
|
||||
|
||||
//Lets check static vars now, since those can be a real headache
|
||||
|
||||
Reference in New Issue
Block a user