mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +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;
|
return;
|
||||||
}
|
}
|
||||||
if (!server.hasAdminRights) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
if (server.requiredHackingSkill > Player.skills.hacking) {
|
if (server.requiredHackingSkill > Player.skills.hacking) {
|
||||||
|
|||||||
Reference in New Issue
Block a user