| 164 | } |
| 165 | |
| 166 | static void do_disable() { |
| 167 | EventManager::unregisterAll(plugin_self); |
| 168 | is_enabled = false; |
| 169 | } |
| 170 | |
| 171 | DFhackCExport command_result plugin_enable(color_ostream &out, bool enable) { |
| 172 | if (!Core::getInstance().isMapLoaded() || !World::isFortressMode()) { |
no outgoing calls
no test coverage detected