temporarily disable faststart

until DF no longer has a race condition
develop
Myk Taylor 2023-06-06 11:26:10 -07:00
parent 258b647ef6
commit 0790ace9fd
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 2 additions and 0 deletions

@ -48,8 +48,10 @@ 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;
}