OpenDreamProject / OpenDream

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

Implement `/world/Error()`'s default `..()` behavior #1886

Closed wixoaGit closed 4 months ago

wixoaGit commented 4 months ago

If you implement /world/Error() yourself then BYOND will only print the error to the log if you explicitly call ..(). We copy that behavior now, allowing games to silence errors if they want to.