diff --git a/src/Terminal/commands/backdoor.ts b/src/Terminal/commands/backdoor.ts index 91e98ccb1..6d349f478 100644 --- a/src/Terminal/commands/backdoor.ts +++ b/src/Terminal/commands/backdoor.ts @@ -20,7 +20,7 @@ export function backdoor(args: (string | number | boolean)[], server: BaseServer return; } if (!server.hasAdminRights) { - Terminal.error("You do not have admin rights for this machine"); + Terminal.error("You do not have admin rights for this machine!"); return; } if (server.requiredHackingSkill > Player.skills.hacking) {