Skip to content

Commit 2a361ae

Browse files
committed
re-enable faststart now that the DF race condition has been fixed
1 parent 2101918 commit 2a361ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/faststart.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ DFhackCExport command_result plugin_enable(color_ostream &out, bool enable)
4848
{
4949
if (enable != is_enabled)
5050
{
51-
#if 0
5251
if (!INTERPOSE_HOOK(prep_hook, logic).apply(enable))
5352
return CR_FAILURE;
54-
#endif
5553

5654
is_enabled = enable;
5755
}

0 commit comments

Comments
 (0)