mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
fix nearly all lint errors now
This commit is contained in:
@@ -588,7 +588,6 @@ let Terminal = {
|
||||
post(currServ.hostname + ": ");
|
||||
const org = currServ.organizationName
|
||||
post("Organization name: " + (!isHacknet ? org : "Player"));
|
||||
const admin = currServ.hasAdminRights;
|
||||
let hasAdminRights = !isHacknet && currServ.hasAdminRights || isHacknet;
|
||||
post("Root Access: " + (hasAdminRights ? "YES" : "NO"));
|
||||
const hackingSkill = currServ.requiredHackingSkill
|
||||
|
||||
Reference in New Issue
Block a user