Merge pull request #717 from magnusulf/master
Better support for Economy systems
This commit is contained in:
commit
1af49d4946
@ -239,7 +239,7 @@ public class Econ
|
||||
|
||||
boolean hasActionDesctription = (actionDescription != null && !actionDescription.isEmpty());
|
||||
|
||||
if (Money.spawn(ep, null, delta))
|
||||
if (Money.spawn(ep, null, delta, "Factions"))
|
||||
{
|
||||
modifyUniverseMoney(ep, -delta);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user