Skip to content

Commit

Permalink
Pass network ID in referee
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 3, 2024
1 parent 75ff6d8 commit 178ea97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions referee/referee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const hydra = new HydraMultiplayerServer({
address: keys.address,
url: HYDRA_NODE,
module,
networkId: NETWORK_ID,
});
global.HydraMultiplayer = hydra;

Expand Down

0 comments on commit 178ea97

Please sign in to comment.