Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix core.get_connected_players() returning unusable ObjectRefs
This bug is only exposed by 91eef64 independent of the move of get_connected_players from Lua to C++. Previously, there would be a small time window where the SAO had its peer ID set to PEER_ID_INEXISTENT but the RemotePlayer was still linked to the SAO, resulting in an ObjectRef that crashed on certain function calls (#9387).
- Loading branch information