Skip to content

Commit

Permalink
Bugfix: Set run-id from claim context
Browse files Browse the repository at this point in the history
  • Loading branch information
4Ply committed Aug 26, 2024
1 parent bff4106 commit da25d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class AgroNetPlayerConnectionListener(

// claim.metadata?.get("run-type")?.let { runContext.gameTags[playerName] = it }
// // TODO: Don't do this if player is spectating
// claim.metadata?.get("run-id")?.let { runContext.runId = it }
claim.metadata?.get("run-id")?.let { runContext.runId = it }

// // TODO: Store deck-id - https://github.com/trackedout/agronet-fabric/issues/31

Expand Down

0 comments on commit da25d81

Please sign in to comment.