Don't disable autolabor when you input "autolabor 1|enable" and it's

already enabled.
develop
Valentin Ochs 2012-08-08 10:47:02 +02:00
parent 2c703ffbca
commit 4039d2c0b7
1 changed files with 1 additions and 1 deletions

@ -1348,7 +1348,7 @@ command_result autolabor (color_ostream &out, std::vector <std::string> & parame
{ {
enable_plugin(out); enable_plugin(out);
} }
else else if(!enable)
{ {
if (enable_autolabor) if (enable_autolabor)
{ {