Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Jul 19, 2024
1 parent c3ba36d commit db65d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RealAntennasProject/PlannerGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ private bool RenderPanel(SelectionMode mode, ref RealAntenna antenna, ref Vector
}
foreach (Network.RACommNetHome home in homes)
foreach (RealAntenna ra in home.Comm.RAAntennaList)
if(CheckMatchingGroundStation(peer, ra)
if(CheckMatchingGroundStation(peer, ra))
if (GUILayout.Button($"{home.displaynodeName} {ra.ToStringShort()}", buttonStyle))
{
antenna = ra;
Expand Down

0 comments on commit db65d34

Please sign in to comment.