diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-11 17:35:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-11 18:00:22 +0300 |
commit | 52c7195a8ee91f95ef134d9798a47ea313df16c8 (patch) | |
tree | ca1f32cfadce611a1820b50f5386c02cd2ce06ae /src/commands.cpp | |
parent | f1b82c1b06604c2c1eed750a6c980aa0b5355560 (diff) | |
download | ManaVerse-52c7195a8ee91f95ef134d9798a47ea313df16c8.tar.gz ManaVerse-52c7195a8ee91f95ef134d9798a47ea313df16c8.tar.bz2 ManaVerse-52c7195a8ee91f95ef134d9798a47ea313df16c8.tar.xz ManaVerse-52c7195a8ee91f95ef134d9798a47ea313df16c8.zip |
Second part of checks from Parasoft C++ Test.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 8cb71739b..2119bdb50 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -146,11 +146,8 @@ static void changeRelation(const std::string &args, if (args.empty()) { - if (tab) - { - // TRANSLATORS: change relation - tab->chatLog(_("Please specify a name."), BY_SERVER); - } + // TRANSLATORS: change relation + tab->chatLog(_("Please specify a name."), BY_SERVER); return; } |