aboutsummaryrefslogtreecommitdiff
path: root/src/components/GamemodeChooser.js
diff options
context:
space:
mode:
authorVidhu Kant Sharma <araararagikoyomi@protonmail.com>2021-08-01 02:36:22 +0530
committerGitHub <noreply@github.com>2021-08-01 02:36:22 +0530
commit69d3376df1db5659bd413dbac2b563b2bd1850b6 (patch)
tree3aa3f708e3f3c6b7d804ecdc53c4fce755853c91 /src/components/GamemodeChooser.js
parent6b58ffac163b9b3637bfab1294069c55b6d5702c (diff)
parentb8babd592b60b1a2cfedac3956184207a3d4bb8d (diff)
Merge pull request #2 from MikunoNaka/multiplayer
Merge multiplayer into main
Diffstat (limited to 'src/components/GamemodeChooser.js')
-rw-r--r--src/components/GamemodeChooser.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/GamemodeChooser.js b/src/components/GamemodeChooser.js
index 91010e4..6b2e985 100644
--- a/src/components/GamemodeChooser.js
+++ b/src/components/GamemodeChooser.js
@@ -47,6 +47,7 @@ const GamemodeChooser = (props) => {
<MultiplayerMenu
setIsHost={props.setIsHost}
setGameStarted={props.setGameStarted}
+ setJoinCode={props.setJoinCode}
/>
<div className={"GamemodeButton"} onClick={() => {