* Fix some reference leaks (#72669)
For some reason, this repo doesn't have a problem with these references,
but the downstream I work on catches these on the new 515 alternative GC
test 100% of the time, despite us having not modifying these types. Go
figure.
Removed the tank var from the mister as it's basically unused except to
leak a reference.
Garbage collector happy
Not player-facing
Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
* Fixes the compile issue
---------
Co-authored-by: Tastyfish <crazychris32@gmail.com>
Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>