Money param reorder

This commit is contained in:
Olof Larsson
2013-12-03 20:19:55 +01:00
parent efa9d6cb59
commit 5d35754ed6
3 changed files with 13 additions and 13 deletions

View File

@ -60,7 +60,7 @@ public class Faction extends Entity<Faction> implements EconomyParticipator
@Override
public void preDetach(String id)
{
Money.set(0, null, this);
Money.set(this, null, 0);
String universe = this.getUniverse();