Skip to content

Commit

Permalink
fix(debug): Include plugin data in log rewind gamestate override
Browse files Browse the repository at this point in the history
Fixes #673
  • Loading branch information
delucis committed Oct 9, 2020
1 parent 3d2131e commit 4f2ffc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/debug/log/Log.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
logIndex--;
}
}
return { G: state.G, ctx: state.ctx };
return { G: state.G, ctx: state.ctx, plugins: state.plugins };
}
function OnLogClick(e) {
Expand Down

0 comments on commit 4f2ffc4

Please sign in to comment.