Skip to content

Commit

Permalink
re-enable faststart now that the DF race condition has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jun 23, 2023
1 parent 2101918 commit 2a361ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/faststart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ DFhackCExport command_result plugin_enable(color_ostream &out, bool enable)
{
if (enable != is_enabled)
{
#if 0
if (!INTERPOSE_HOOK(prep_hook, logic).apply(enable))
return CR_FAILURE;
#endif

is_enabled = enable;
}
Expand Down

0 comments on commit 2a361ae

Please sign in to comment.