7 Years Ago
Refactored NetworkEntity instantiation. We weren't digging recursively into grandchildren so when a player joined a game, if other players were in vehicles, their held items wouldn't sync due to the vehicle -> player -> helditem heirarchy skipping the grandchild. It was being sent from the server but not read by the client.