Skip to content

Commit 1571395

Browse files
Minor removal of unused FindModulesImplementing when investigating a player report
1 parent 5e02ac4 commit 1571395

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/RemoteTech/Modules/ModuleRTDataTransmitter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public override void OnLoad(ConfigNode node)
3535
{
3636
scienceDataQueue.Add(new ScienceData(data));
3737
}
38-
39-
var antennas = part.FindModulesImplementing<ModuleRTAntenna>();
4038
GUIStatus = Localizer.Format("#RT_ModuleUI_Comms_Status");//"Idle"
4139
}
4240

0 commit comments

Comments
 (0)