Fix problem with faction money

This commit is contained in:
Magnus Ulf 2021-03-13 10:48:12 +01:00
parent 5e12f1aa3a
commit 3700bfe1e9

View File

@ -76,6 +76,7 @@ public class Faction extends Entity<Faction> implements FactionsParticipator, MP
this.setCreatedAtMillis(that.createdAtMillis);
this.warps.load(that.warps);
this.setPowerBoost(that.powerBoost);
this.money = that.money;
this.invitations.load(that.invitations);
this.ranks.load(that.ranks);
this.votes.load(that.votes);