|
|
@ -567,7 +567,7 @@ DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <Plug
|
|
|
|
commands.push_back(
|
|
|
|
commands.push_back(
|
|
|
|
PluginCommand(
|
|
|
|
PluginCommand(
|
|
|
|
"autotrade", "Automatically send items in marked stockpiles to trade depot, when trading is possible.",
|
|
|
|
"autotrade", "Automatically send items in marked stockpiles to trade depot, when trading is possible.",
|
|
|
|
autotrade_cmd, false, "Run 'autotrade version' to query the plugin version."));
|
|
|
|
autotrade_cmd, false, "Run 'autotrade version' to query the plugin version.\n"));
|
|
|
|
|
|
|
|
|
|
|
|
return CR_OK;
|
|
|
|
return CR_OK;
|
|
|
|
}
|
|
|
|
}
|
|
|
|