Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(NetworkClient): Remove OnHostClientObjectDestroy (#3964)
NetworkServer::UnSpawnInternal already does everything we need to do, and since the identity is removed from spawned before the ObjectDestroyMessage is sent the lookup never succeeds and the spawned.Remove was already done. - NetworkServer.Destroy calls UnSpawnInternal which does all the cleanup.
- Loading branch information