Fix message bug when changing perms

This commit is contained in:
BuildTools 2015-12-10 20:00:06 +01:00 committed by Olof Larsson
parent 159b89ee51
commit 0a1a58f693

View File

@ -91,7 +91,7 @@ public class CmdFactionsPermSet extends FactionsCommand
for (MPlayer recipient : recipients)
{
messages.add(0, Txt.parse("<h>%s <i>set a perm for <h>%s<i>.", msender.describeTo(recipient, true), faction.describeTo(recipient, true)));
recipient.msg("<h>%s <i>set a perm for <h>%s<i>.", msender.describeTo(recipient, true), faction.describeTo(recipient, true));
recipient.message(messages);
}
}