Fix
This commit is contained in:
parent
79b0948344
commit
c7ba58b9ab
@ -196,7 +196,7 @@ public class MoneyMixinVault extends MoneyMixinAbstract
|
|||||||
// Subtract From
|
// Subtract From
|
||||||
if (fromId != null)
|
if (fromId != null)
|
||||||
{
|
{
|
||||||
EconomyResponse response = opTo != null ? economy.withdrawPlayer(opFrom, amount) : economy.withdrawPlayer(nameFrom, amount);
|
EconomyResponse response = opFrom != null ? economy.withdrawPlayer(opFrom, amount) : economy.withdrawPlayer(nameFrom, amount);
|
||||||
if (!response.transactionSuccess())
|
if (!response.transactionSuccess())
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user