re-enable faststart now that the DF race condition has been fixed

develop
Myk Taylor 2023-06-18 00:14:38 -07:00
parent 2101918158
commit 2a361ae796
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 0 additions and 2 deletions

@ -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;
}