Skip to content

Commit

Permalink
Merge pull request mtgred#7501 from NBKelly/fix-black-screen-in-lobby
Browse files Browse the repository at this point in the history
fix-black-screen-in-lobby
  • Loading branch information
NoahTheDuke authored Jul 3, 2024
2 parents 3f5abbc + 5d514f6 commit 14486e6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/clj/web/lobby.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
(defn create-new-lobby
[{uid :uid
user :user
{:keys [gameid now
allow-spectator api-access format mute-spectators password room save-replay
{:keys [gameid allow-spectator api-access format mute-spectators password room save-replay
side singleton spectatorhands timer title]
:or {gameid (random-uuid)
now (inst/now)}} :options}]
:or {gameid (random-uuid)}} :options}]
(let [player {:user user
:uid uid
:side side}]
:side side}
now (inst/now)]
{:gameid gameid
:date now
:last-update now
Expand Down

0 comments on commit 14486e6

Please sign in to comment.