Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid resolving objrefs on serialization
* Serializing a Player game object will result in certain DCs being resolved and staying in the GS cache indefinitely. This is caused by the lodash function `isFunction` which resolves the proxy, and is fixed by checking if the value is an ORP beforehand.
- Loading branch information