Skip to content

Commit

Permalink
Update src/main/java/no/stelar7/api/r4j/pojo/val/matchlist/MatchRefer…
Browse files Browse the repository at this point in the history
…ence.java
  • Loading branch information
stelar7 committed Mar 10, 2022
1 parent fbc32f2 commit 2f09a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Long getGameStartTimeMillis()
return gameStartTimeMillis;
}

public GameQueueType getQueueId()
public GameQueueType getQueue()
{
return queueId;
}
Expand Down

0 comments on commit 2f09a4a

Please sign in to comment.