MCore change related to universed money.

This commit is contained in:
Olof Larsson
2013-12-03 12:59:46 +01:00
parent 1a63c59c54
commit 20659b6086
9 changed files with 28 additions and 28 deletions

View File

@ -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();