eventful: removed extra EventManager::unregisterAll.

develop
expwnent 2013-10-20 15:24:04 -04:00
parent 6ef360f4d6
commit d4542b32fa
1 changed files with 0 additions and 1 deletions

@ -437,6 +437,5 @@ DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <Plug
DFhackCExport command_result plugin_shutdown ( color_ostream &out )
{
disable_all_hooks(out);
EventManager::unregisterAll(plugin_self);
return CR_OK;
}