Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(debug): Use local reducer in Log rewind
For multiplayer clients, the client reducer won’t run events, which means rewinding/rebuilding state will fail as events will never be processed. This creates an independent reducer that doesn’t have `isClient` set to true that will run everything locally even for multiplayer clients.
- Loading branch information