Skip to content

Commit

Permalink
Update LimelightData.java
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch authored Jan 21, 2025
1 parent 32d01fb commit 2257e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yall/java/limelight/structures/LimelightData.java
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ private class Results
*/
@JsonProperty("Results")
public LimelightResults results;

public Results() {
results = new LimelightResults();
}
}

}

0 comments on commit 2257e31

Please sign in to comment.