Hi everybody,
I set the flag to disable player swap on rematch for two games on production because it is not relevant for these:
Yet, I see that there is still that swap occurring and it is confirmed by the log.
Is that mechanism not yet implemented in the BGA framework and for the moment that flag is ignored?
Or is it working and I made a syntax error somewhere?
To discard one possible trivial issue, I did reload the game information using the button in the control panel before building a version for release.
What is your experience with this?
Thanks a lot
Take care,
Woodruff
I set the flag to disable player swap on rematch for two games on production because it is not relevant for these:
Code: Select all
// In gameinfos.inc.php
// When doing a rematch, the player order is swapped using a "rotation" so the starting player is not the same
// If you want to disable this, set this to false
'disable_player_order_swap_on_rematch' => false,Is that mechanism not yet implemented in the BGA framework and for the moment that flag is ignored?
Or is it working and I made a syntax error somewhere?
To discard one possible trivial issue, I did reload the game information using the button in the control panel before building a version for release.
What is your experience with this?
Thanks a lot
Take care,
Woodruff