Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d567806

Browse files
authored
Update NtosNetMonitor.js (#22788)
1 parent 4830570 commit d567806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgui/packages/tgui/interfaces/NtosNetMonitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const NtosNetMonitor = (props, context) => {
6565
icon={config_communication ? 'power-off' : 'times'}
6666
content={config_communication ? 'ENABLED' : 'DISABLED'}
6767
selected={config_communication}
68-
onClick={() => act('toggle_function', { id: "3" })} />
68+
onClick={() => act('toggle_function', { id: "2" })} />
6969
)} />
7070
</LabeledList>
7171
</Section>

0 commit comments

Comments
 (0)