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:
parent
a70ee689c6
commit
4dc2b29eca
@ -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