Skip to content

Commit

Permalink
Resolve "ballPlacementPos of GameState and RefereeMessage not correct…
Browse files Browse the repository at this point in the history
…ly mirrored"

Closes #1985

See merge request main/Sumatra!1874

sumatra-commit: 51a31b16128e151237af078be831650dcf570484
  • Loading branch information
g3force authored and TIGERs GitLab committed Sep 9, 2024
1 parent bcf9983 commit a28f5dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NonNull;
import lombok.Value;

Expand All @@ -31,6 +32,7 @@ public class GameState
@NonNull
ETeamColor ourTeam;
boolean penaltyShootout;
@Getter(AccessLevel.NONE)
IVector2 ballPlacementPosition;

/**
Expand Down

0 comments on commit a28f5dd

Please sign in to comment.