Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] makes verb callbacks not execute if the original client disc…
…onnected [MDB IGNORE] (#25287) * makes verb callbacks not execute if the original client disconnected (#79964) ## About The Pull Request currently verb callbacks still execute if the usr at the time of their creation got deleted or had their client disconnected before they got invoked. this can cause issues if the verb being deferred assumes usr exists, now the callback will return instead of calling its proc if its invoked after usr is deleted or disconnected. ## Why It's Good For The Game less runtimes ## Changelog :cl: code: verb callbacks will no longer execute if the original client disconnected /:cl: --------- Co-authored-by: san7890 <the@ san7890.com> * makes verb callbacks not execute if the original client disconnected --------- Co-authored-by: Kylerace <[email protected]> Co-authored-by: san7890 <the@ san7890.com>
- Loading branch information