Now then?

This commit is contained in:
Olof Larsson 2014-12-30 10:29:23 +01:00
parent 1af49d4946
commit d463d378b4

View File

@ -139,7 +139,7 @@ public class Econ
} }
// Transfer money // Transfer money
if (Money.move(from, to, by, amount)) if (Money.move(from, to, by, amount, "Factions"))
{ {
if (notify) if (notify)
{ {