Fix incorrect plugin name in version check

develop
Anuradha Dissanayake 2014-02-05 23:35:53 +13:00 committed by Alexander Gavrilov
parent 0a0358a8c1
commit 4034df3560
1 changed files with 1 additions and 1 deletions

@ -502,7 +502,7 @@ static command_result autotrade_cmd(color_ostream &out, vector <string> & parame
{
if (parameters.size() == 1 && toLower(parameters[0])[0] == 'v')
{
out << "Building Plan" << endl << "Version: " << PLUGIN_VERSION << endl;
out << "Autotrade" << endl << "Version: " << PLUGIN_VERSION << endl;
}
}