summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index e18d2e484..b434ba9ca 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -558,7 +558,8 @@ impHandler(unignore)
if (player_relations.getRelation(args) == PlayerRelation::NEUTRAL)
{
// TRANSLATORS: unignore command
- tab->chatLog(_("Player no longer ignored!"), ChatMsgType::BY_SERVER);
+ tab->chatLog(_("Player no longer ignored!"),
+ ChatMsgType::BY_SERVER);
}
else
{