Add some sql to remove the cells and jails.

Untested.
This commit is contained in:
graywolf336
2014-03-05 16:56:13 -06:00
parent 295f6061a8
commit 0fabe1ff2e
3 changed files with 84 additions and 12 deletions

View File

@ -173,6 +173,9 @@ public class Jail {
}
}
//remove the information from the storage first as it requires an instance
plugin.getJailIO().removeCell(this, this.cells.remove(name));
//now remove it from the local storage
this.cells.remove(name);
}