mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-23 19:16:31 +01:00
send a completion message after converting.
This commit is contained in:
parent
0404360071
commit
ff6cd32630
@ -386,6 +386,7 @@ public class Vault extends JavaPlugin {
|
|||||||
econ2.depositPlayer(pName, econ1.getBalance(pName));
|
econ2.depositPlayer(pName, econ1.getBalance(pName));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sender.sendMessage("Converson complete, please verify the data before using it.");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void infoCommand(CommandSender sender) {
|
private void infoCommand(CommandSender sender) {
|
||||||
|
Loading…
Reference in New Issue
Block a user