We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e898241 commit 55715c9Copy full SHA for 55715c9
1 file changed
src/core/flow.js
@@ -360,7 +360,7 @@ export function FlowWithPhases({
360
361
// Helper to perform start-of-phase initialization.
362
const startPhase = function(state, config) {
363
- const G = config.onPhaseBegin(state.G, ctx);
+ const G = config.onPhaseBegin(state.G, state.ctx);
364
365
const ctx = { ...state.ctx };
366
ctx.playOrderPos = config.turnOrder.first(G, ctx);
0 commit comments