Skip to content

Commit

Permalink
Update server_maint.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Dec 22, 2024
1 parent 7cb7300 commit e5d891f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/controllers/subsystem/server_maint.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ SUBSYSTEM_DEF(server_maint)
var/cleanup_ticker = 0

/datum/controller/subsystem/server_maint/PreInit()
world.hub_password = "" //quickly! before the hubbies see us.
// quickly! before the hubbies see us.
world.update_hub_visibility(FALSE)

/datum/controller/subsystem/server_maint/Initialize()
if (fexists("tmp/"))
Expand Down

0 comments on commit e5d891f

Please sign in to comment.