Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
volas committed Jan 10, 2025
1 parent e0eb483 commit b7c95d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions code/controllers/configuration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ var/global/bridge_secret = null
var/hard_deletes_overrun_threshold = 0.5
var/hard_deletes_overrun_limit = 0

var/samosbor = TRUE

/datum/configuration/New()
for (var/type in subtypesof(/datum/game_mode))
var/datum/game_mode/M = type
Expand Down
2 changes: 1 addition & 1 deletion code/controllers/subsystem/samosbor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUBSYSTEM_DEF(samosbor)
var/notfication_timer

/datum/controller/subsystem/samosbor/Initialize()
if(!config.samosbor)
if(!config.chat_bridge)
return ..()

day = time2text(world.realtime, "YYYY_MM_DD")
Expand Down

0 comments on commit b7c95d9

Please sign in to comment.