mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 20:42:55 +00:00
econ
This commit is contained in:
parent
1eb0ba47b4
commit
406ae58391
8 changed files with 20 additions and 9 deletions
|
@ -138,7 +138,7 @@ public class Auto extends SubCommand {
|
|||
sendMessage(plr, C.CANNOT_AFFORD_PLOT, "" + cost);
|
||||
return true;
|
||||
}
|
||||
economy.withdrawPlayer(plr.getName(), cost);
|
||||
EconHandler.withdrawPlayer(plr.getName(), cost);
|
||||
sendMessage(plr, C.REMOVED_BALANCE, cost + "");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue