Fix problem with faction money
This commit is contained in:
parent
5e12f1aa3a
commit
3700bfe1e9
@ -76,6 +76,7 @@ public class Faction extends Entity<Faction> implements FactionsParticipator, MP
|
|||||||
this.setCreatedAtMillis(that.createdAtMillis);
|
this.setCreatedAtMillis(that.createdAtMillis);
|
||||||
this.warps.load(that.warps);
|
this.warps.load(that.warps);
|
||||||
this.setPowerBoost(that.powerBoost);
|
this.setPowerBoost(that.powerBoost);
|
||||||
|
this.money = that.money;
|
||||||
this.invitations.load(that.invitations);
|
this.invitations.load(that.invitations);
|
||||||
this.ranks.load(that.ranks);
|
this.ranks.load(that.ranks);
|
||||||
this.votes.load(that.votes);
|
this.votes.load(that.votes);
|
||||||
|
Loading…
Reference in New Issue
Block a user