mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
MISC: Update error message when backdooring without admin rights (#2435)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user