Merge pull request #529 from Tibo442/patch-2

Fix "The faction %s<i> was disbanded." colors
This commit is contained in:
Olof Larsson 2014-01-22 12:13:17 -08:00
commit 5f7d98a0dd

View File

@ -990,7 +990,7 @@ public class Faction extends Entity<Faction> implements EconomyParticipator
for (UPlayer uplayer : UPlayerColls.get().get(this).getAllOnline())
{
uplayer.msg("The faction %s<i> was disbanded.", this.getName(uplayer));
uplayer.msg("<i>The faction %s<i> was disbanded.", this.getName(uplayer));
}
this.detach();