Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tgui/packages/tgui/interfaces/CommunicationsConsole/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ export function PageMain(props) {
Restore Backup Routing Data
</Button>
)}
{/* NOVA EDIT ADDITION START */}
{/* OCULIS EDIT REMOVAL START */}
{/* NOVA EDIT ADDITION START */ /*}
{!!canMessageAssociates && (
<Button
icon="bullhorn"
Expand Down Expand Up @@ -255,6 +256,7 @@ export function PageMain(props) {
</Button>
)}
{/* NOVA EDIT ADDITION END */}
{/* OCULIS EDIT REMOVAL END */}
</Flex>
</Section>

Expand Down
Loading