From 2a361ae7960da49f005e698240165e8662aeda2f Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sun, 18 Jun 2023 00:14:38 -0700 Subject: [PATCH] re-enable faststart now that the DF race condition has been fixed --- plugins/faststart.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/faststart.cpp b/plugins/faststart.cpp index 65895e8bf..de014801c 100644 --- a/plugins/faststart.cpp +++ b/plugins/faststart.cpp @@ -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; }