Merge pull request #527 from Tibo442/patch-1

Update CmdFactionsName.java
This commit is contained in:
Olof Larsson 2014-01-25 02:41:40 -08:00
commit 6d1d232d0c

View File

@ -83,7 +83,7 @@ public class CmdFactionsName extends FCommand
{
continue;
}
faction.msg("<i>The faction %s<i> changed their name to %s.", usender.getColorTo(faction)+oldName, usenderFaction.getName(faction));
faction.msg("<i>The player %s<i> changed their faction name from %s<i> to %s<i>.", usender.describeTo(faction, true), usender.getColorTo(faction)+oldName, usenderFaction.getName(faction));
}
}