diff options
| author | Petr Mrázek | 2012-03-29 18:55:22 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-29 18:55:22 +0200 |
| commit | bbb2fb0ecadefd50eabeab5476ff01e94bd6079d (patch) | |
| tree | e97a07d448e43186ff9d6438c276b1414e0698a0 | |
| parent | 07ddc8c13e0bb38cde77937803e9320e2b26f2d9 (diff) | |
| download | stonesense-bbb2fb0ecadefd50eabeab5476ff01e94bd6079d.tar.gz stonesense-bbb2fb0ecadefd50eabeab5476ff01e94bd6079d.tar.bz2 stonesense-bbb2fb0ecadefd50eabeab5476ff01e94bd6079d.tar.xz | |
Remove commands.clear() from init.
| -rw-r--r-- | main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -528,7 +528,6 @@ DFHACK_PLUGIN("stonesense"); //This is the init command. it includes input options.
DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands)
{
- commands.clear();
commands.push_back(PluginCommand("stonesense","Start up the stonesense visualiser.",stonesense_command));
commands.push_back(PluginCommand("ssense","Start up the stonesense visualiser.",stonesense_command));
return CR_OK;
|
