send a completion message after converting.

This commit is contained in:
Sleaker 2012-08-08 12:45:30 -07:00
parent 0404360071
commit ff6cd32630
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@ public class Vault extends JavaPlugin {
econ2.depositPlayer(pName, econ1.getBalance(pName));
}
}
sender.sendMessage("Converson complete, please verify the data before using it.");
}
private void infoCommand(CommandSender sender) {