Skip to content

Commit

Permalink
Update configuration.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Dec 22, 2024
1 parent 556ccfb commit 7cb7300
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/controllers/configuration_old/configuration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

var/nudge_script_path = "nudge.py" // where the nudge.py script is located

var/hub_visibility = FALSE //CITADEL CHANGE - HUB CONFIG

var/log_ooc = 0 // log OOC channel
var/log_access = 0 // log login/logout
var/log_say = 0 // log client say
Expand Down Expand Up @@ -280,9 +278,6 @@
if ("ban_legacy_system")
config_legacy.ban_legacy_system = 1

if ("hub_visibility") //CITADEL CHANGE - ADDS HUB CONFIG
config_legacy.hub_visibility = 1

if ("jobs_have_minimal_access")
config_legacy.jobs_have_minimal_access = 1

Expand Down Expand Up @@ -834,4 +829,3 @@
config_legacy.python_path = "/usr/bin/env python2"
else //probably windows, if not this should work anyway
config_legacy.python_path = "python"
world.update_hub_visibility(hub_visibility) //CITADEL CHANGE - HUB CONFIG

0 comments on commit 7cb7300

Please sign in to comment.