Skip to content

Commit

Permalink
Update code/game/machinery/ARES/ARES_procs.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
realforest2001 and harryob authored Jun 28, 2023
1 parent e5897b5 commit 1c16129
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/game/machinery/ARES/ARES_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,7 @@ GLOBAL_DATUM_INIT(ares_link, /datum/ares_link, new)
data["last_page"] = last_menu

data["logged_in"] = last_login
var/sudo_state = FALSE
if(sudo_holder)
sudo_state = TRUE
data["sudo"] = sudo_state
data["sudo"] = sudo_holder ? TRUE : FALSE

data["access_text"] = "[sudo_holder ? "(SUDO)," : ""] access level [authentication], [ares_auth_to_text(authentication)]."
data["access_level"] = authentication
Expand Down

0 comments on commit 1c16129

Please sign in to comment.