diff --git a/plugins/tweak/tweak.cpp b/plugins/tweak/tweak.cpp index f5a97f579..8e2691149 100644 --- a/plugins/tweak/tweak.cpp +++ b/plugins/tweak/tweak.cpp @@ -262,6 +262,7 @@ DFhackCExport command_result plugin_onupdate (color_ostream &out) if (hook.enabled) hook.callback(); } + return CR_OK; } DFhackCExport command_result plugin_shutdown (color_ostream &out)