Skip to content

Commit

Permalink
no need when limited feedback (mostly local environment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejaku51 committed Aug 16, 2024
1 parent f196bb6 commit fd50eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/blackbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SUBSYSTEM_DEF(blackbox)
/datum/controller/subsystem/blackbox/Initialize()
triggertime = world.time
if(CONFIG_GET(flag/limited_feedback))
return ..()
return SS_INIT_NO_NEED
record_feedback("amount", "random_seed", Master.random_seed)
record_feedback("amount", "dm_version", DM_VERSION)
record_feedback("amount", "dm_build", DM_BUILD)
Expand Down

0 comments on commit fd50eb0

Please sign in to comment.