Commit rest of files.

This commit is contained in:
Trent Hensler
2018-12-16 22:37:41 -08:00
parent 181bb89ac0
commit a3d72a0a28
9 changed files with 10 additions and 12 deletions
@@ -12,8 +12,7 @@ public interface Converter {
/**
* Converts the other plugin's data.
*
* @param initiator the initiator of the conversion. May be null
*
* @param initiator the initiator of the conversion. May be null
* @return the number of vaults converted. Returns 0 on none converted or -1 if no vaults were converted.
*/
int run(CommandSender initiator);