mirror of
https://github.com/MassiveCraft/Factions.git
synced 2025-01-25 09:01:37 +01:00
Fix "The faction %s<i> was disbanded." colors
This commit is contained in:
parent
ddb1e1f3f4
commit
41870a73c6
@ -990,7 +990,7 @@ public class Faction extends Entity<Faction> implements EconomyParticipator
|
|||||||
|
|
||||||
for (UPlayer uplayer : UPlayerColls.get().get(this).getAllOnline())
|
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();
|
this.detach();
|
||||||
|
Loading…
Reference in New Issue
Block a user