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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user