OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
186 stars 100 forks source link

Handle adding/setting null on a filters list #1816

Closed wixoaGit closed 3 weeks ago

wixoaGit commented 4 weeks ago

Doing atom.filters += null is ignored, and atom.filters[i] = null removes the filter.

amylizzle commented 4 weeks ago

Fixes #1818