We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b211a commit 0957356Copy full SHA for 0957356
Fruit_Jam/Fruit_Jam_Logic_Gates/workspace.py
@@ -893,7 +893,7 @@ def handle_mouse_click(self, screen_coords):
893
)
894
895
# special case only limited number of SignalTransmitters
896
- elif clicked_item["label"] == "Output Connector":
+ elif clicked_item["label"] == "Signal Transmit'r":
897
num_SignalTransmitters = 0
898
for entity in self._workspace.entities:
899
if isinstance(entity, SignalTransmitter):
0 commit comments