Skip to content

Commit

Permalink
Merge branch 'project/ares/holderperk' into project/ares/tm_holder
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed May 22, 2024
2 parents 0c2ba4a + e852134 commit 3997b68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tgui/packages/tgui/interfaces/AresAdmin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ const { data } = useBackend();
const { is_pda } = data;
let remotelock = !is_pda;
let remotetip = 'You cannot do this via remote console.';
let deletetip = remotetip;
if (!remotelock) {
remotetip = '';
deletetip = 'Delete Record';
}

const Login = (props) => {
Expand Down

0 comments on commit 3997b68

Please sign in to comment.