Skip to content

Commit

Permalink
Fix typo in name
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 11, 2024
1 parent 2caafd3 commit 07bee25
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
/**
* Populated by the engine, it represents the client identifiers and names of players that are connected to the game. The list includes observers.
* @param name
* @param playerId
* @param sourceId
*/
public record Source(int sourceId, int PlayerId, String name) {
public record Source(int sourceId, int playerId, String name) {
}

0 comments on commit 07bee25

Please sign in to comment.