Skip to content

Commit

Permalink
undo delete tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 21, 2023
1 parent dee12ef commit d792166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/AresInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ const Security = (props, context) => {
<Button.Confirm
icon="trash"
tooltip="Delete Record"
disabled={access_level < 5}
disabled={access_level < 7}
onClick={() => act('delete_record', { record: record.ref })}
/>
</Flex.Item>
Expand Down

0 comments on commit d792166

Please sign in to comment.