Skip to content

Commit

Permalink
Update arena.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAcrobat authored Feb 17, 2021
1 parent 728e1e8 commit 1686e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arena.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function callParticipant(match, aiIndex){
}
});
}
ArenaHelper.init = (settings, participants) => {
ArenaHelper.init = (participants, settings) => {
let gameboard = [];
for(let i = 0; i < 2; i++){
for(let n=0; n < settings.gameboard.boardLength; n++){
Expand Down

0 comments on commit 1686e00

Please sign in to comment.