Skip to content

Commit

Permalink
Update admin.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Dec 27, 2024
1 parent 799c522 commit 6155fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/admin/admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -827,9 +827,9 @@ var/datum/legacy_announcement/minor/admin_min_announcer = new
if(!check_rights(R_ADMIN))
return

world.update_hub_visibility(!world.visibility)
world.update_hub_visibility(!GLOB.hub_visibility)
log_admin("[key_name(usr)] toggled hub visibility.")
message_admins("[key_name_admin(usr)] toggled hub visibility. The server is now [world.visibility ? "visible" : "invisible"] ([world.visibility]).", 1)
message_admins("[key_name_admin(usr)] toggled hub visibility. The server is now [GLOB.hub_visibility ? "visible" : "invisible"] ([GLOB.hub_visibility]).", 1)
feedback_add_details("admin_verb","THUB") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc

/datum/admins/proc/toggletraitorscaling()
Expand Down

0 comments on commit 6155fac

Please sign in to comment.