Better support for Economy systems

This will add better support for economy systems hooking directly into MassiveCores econ system.
Now they can take advantage of the category.
This commit is contained in:
Madus 2014-11-30 19:40:06 +01:00
parent a70ee689c6
commit 4dc2b29eca

View File

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