OpenDreamProject / OpenDream

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

Fix duplicate `browse_rsc()` calls #1828

Closed amylizzle closed 3 months ago

amylizzle commented 3 months ago

if a file was already ready for sending, we were erroring. We shouldn't have been.

Also made a similar check on the client, where browse_rsc() calls that were duplicated were sending requests twice.