MCore change related to universed money.
This commit is contained in:
@ -60,7 +60,7 @@ public class Faction extends Entity<Faction> implements EconomyParticipator
|
||||
@Override
|
||||
public void preDetach(String id)
|
||||
{
|
||||
Money.set(this, 0);
|
||||
Money.set(0, null, this);
|
||||
|
||||
String universe = this.getUniverse();
|
||||
|
||||
|
Reference in New Issue
Block a user